diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 23:28:05 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 23:28:05 -0800 |
commit | 6e29db683dadafd323ef6d632f273e8b6e85a3d4 (patch) | |
tree | bac666e5381cbf906de0fe2b0330d6a4e9502024 /home/xyz/.ssh/config | |
parent | 99f57449371a032c247ff00ee126e3b4f62b0f55 (diff) |
update
Diffstat (limited to 'home/xyz/.ssh/config')
-rw-r--r-- | home/xyz/.ssh/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index a46917cc..914481ea 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -5,7 +5,7 @@ AddKeysToAgent yes # tabs and empty only for readability, without also works, not sure about newline Host studio - HostName xyzstudio.local + Hostname xyzstudio.local User xyz Host aur aur.archlinux.org @@ -13,7 +13,7 @@ Host aur aur.archlinux.org User aur Host insp - HostName xyzinsp.local + Hostname xyzinsp.local User xyz Host pi raspberrypi.local |