From 018539f7b7eaf874840871fdfbc15c231996a153 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Sun, 3 Feb 2019 18:34:03 +1300 Subject: SSH: set default user for unifi/gw Signed-off-by: Mike Beattie --- .ssh/config | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3