diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 23:54:14 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 23:54:14 -0800 |
commit | a0650e93c24fa6a7819fd827d8e759c72529b0a2 (patch) | |
tree | 74d9e9c1e2738f48261c3d70b5e31379720f38de /home/xyz/.ssh/config | |
parent | 6e29db683dadafd323ef6d632f273e8b6e85a3d4 (diff) |
update
Diffstat (limited to 'home/xyz/.ssh/config')
-rw-r--r-- | home/xyz/.ssh/config | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 914481ea..7f279571 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,15 +14,11 @@ 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 |