diff options
-rw-r--r-- | etc/ssh_config | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/ssh_config b/etc/ssh_config deleted file mode 100644 index 4ae0153..0000000 --- a/etc/ssh_config +++ /dev/null @@ -1,13 +0,0 @@ -Host * - ControlMaster auto - ControlPath /tmp/ssh-%h-%p-%r - -Host woot - Hostname saviour - AddressFamily inet - Port 60022 - -Host git - Hostname saviour - AddressFamily inet - Port 61022 |