diff options
Diffstat (limited to 'home/xyz/.ssh/config')
-rw-r--r-- | home/xyz/.ssh/config | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 7e857975..941a761b 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -5,7 +5,8 @@ AddKeysToAgent yes # tabs and empty only for readability, without also works, not sure about newline Host studio - HostName xyzstudio.local + Hostname flylightning.xyz + Port ssh-isp User xyz Host aur aur.archlinux.org @@ -13,17 +14,13 @@ Host aur aur.archlinux.org User aur Host insp - HostName xyzinsp.local + Hostname xyzinsp User xyz -Host pi raspberrypi.local - HostName raspberrypi.local - User pi - Host pp - HostName xyzpp.local + Hostname xyzpp User xyz Host ka - HostName xyzka.kyun.li + Hostname xyzka.kyun.li User xyz |