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