diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-30 16:29:50 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-30 16:29:50 +0200 |
commit | ac9efe78ea8a0e8acf50f8b98ea13bc53acee6e6 (patch) | |
tree | 082b98ea4eeebb5d53d14371a5132c67bbc01a27 | |
parent | 9ef423bafb579347f3a90cf333ebe6532497a684 (diff) |
moved etc/ssh_config to ssh package
-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 |