diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-11 00:27:53 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-11 00:27:53 -0700 |
commit | 237a5d5b86f870c03724248ee76b81fbb54bd82c (patch) | |
tree | bddec781ff66d3ba6eac8c82207aa4b4bc52a93c /home/xyz/.ssh/config | |
parent | 82abc7760304ed06c2956afbd92f396d6f15e0df (diff) |
ssh config add username xyz for studio and insp laptops
Diffstat (limited to 'home/xyz/.ssh/config')
-rw-r--r-- | home/xyz/.ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 5dcab82d..a5f07d99 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -6,6 +6,7 @@ AddKeysToAgent yes # tabs and empty only for readability, without also works, not sure about newline Host studio HostName xyzstudio.local + User xyz Host aur aur.archlinux.org Hostname aur.archlinux.org @@ -13,6 +14,7 @@ Host aur aur.archlinux.org Host insp HostName xyzinsp.local + User xyz Host pi raspberrypi.local HostName raspberrypi.local |