diff options
author | Mike Beattie <mike@ethernal.org> | 2019-02-03 18:34:03 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2019-02-03 18:34:03 +1300 |
commit | 018539f7b7eaf874840871fdfbc15c231996a153 (patch) | |
tree | bc4523717160ec752636473bc4ab8a2ad754d062 | |
parent | 40c582db6dd6c31f7f91acb633b9b67ddd7f7bf5 (diff) |
SSH: set default user for unifi/gw
Signed-off-by: Mike Beattie <mike@ethernal.org>
-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 |