diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 03:05:44 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 03:05:44 +0000 |
commit | 076d498108ba7d1e5dfb27d8563f446945ce1605 (patch) | |
tree | 87373847a2b15a3200912b1e6e299b950f1080e2 /home/xyz/.ssh | |
parent | c113f3675c7b45ff5d402010264cb11b1a619217 (diff) |
debloat
Diffstat (limited to 'home/xyz/.ssh')
-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 index 7e857975..ced25edf 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -2,28 +2,3 @@ # 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 - -Host ka - HostName xyzka.kyun.li - User xyz |