diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-18 19:07:55 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-18 19:07:55 -0800 |
commit | 11dff9377f3294a5870d70178a40ad02994c5b2b (patch) | |
tree | 6ab1eecb8cd1b0e56e864f4ab2701402452766e7 /home/xyz/.ssh/config | |
parent | 4d32f122544a20f720f5188869aaaad439f5b57c (diff) |
update
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 |