diff options
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 |