diff options
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 505b397..790c99a 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,6 +3,9 @@ Include config.local host *.debian.org *.samba.org ForwardAgent no +host unifi.ethernal.org unifi gw.ethernal.org gw + User admin + host * ControlMaster auto ControlPath ~/.ssh/master-%r@%h:%p |