summaryrefslogtreecommitdiff
path: root/home/xyz/.ssh/config
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-05-31 18:09:04 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-05-31 18:09:04 -0700
commitff6261c2772612a7a5949737660614ee24b61587 (patch)
tree4fb5b3d5cfa1af5dd815254199e49c2d4b9f841c /home/xyz/.ssh/config
parent64d9b8ceca239d89c444e114651cf6eab62df1b4 (diff)
init
Diffstat (limited to 'home/xyz/.ssh/config')
-rw-r--r--home/xyz/.ssh/config25
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