diff options
Diffstat (limited to 'home/xyz/.ssh/config')
-rw-r--r-- | home/xyz/.ssh/config | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config deleted file mode 100644 index ee33d406..00000000 --- a/home/xyz/.ssh/config +++ /dev/null @@ -1,25 +0,0 @@ -# be careful not to put this under `HOST xxx`, else only when ssh to that host will add keys to agent -# another approach is to put it under `HOST *` -# https://unix.stackexchange.com/a/577490/459013 -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 - User aur - -Host insp - HostName xyzinsp.local - User xyz - -Host pi raspberrypi.local - HostName raspberrypi.local - User pi - -Host pp - HostName xyzpp.local - User xyz |