First commit

This commit is contained in:
2016-04-16 16:31:54 +02:00
commit e48fea037b
28 changed files with 1911 additions and 0 deletions

7
.ssh/config Normal file
View File

@ -0,0 +1,7 @@
# ssh (secure shell) configuration file
# http://www.linuxmanpages.com/man5/ssh_config.5.php
Host *
UseRoaming no
ControlMaster auto
ControlPath ~/.ssh/control-%h-%p-%r
ControlPersist 600