From ff6261c2772612a7a5949737660614ee24b61587 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 31 May 2023 18:09:04 -0700 Subject: init --- home/xyz/.ssh/config | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 home/xyz/.ssh/config (limited to 'home/xyz/.ssh') 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 -- cgit v1.2.3-70-g09d2