From 57d9fc0bc5be3689e4d8c64aae63c5c6118a79fc Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 11 Jun 2022 01:42:47 -0700 Subject: add ssh config --- home/xyz/.ssh/config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 home/xyz/.ssh/config (limited to 'home/xyz/.ssh/config') diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config new file mode 100644 index 00000000..c0865ce3 --- /dev/null +++ b/home/xyz/.ssh/config @@ -0,0 +1,17 @@ +Host studio + HostName xyzstudio.local + +Host aur aur.archlinux.org + Hostname aur.archlinux.org + User aur + +Host insp + HostName xyzinsp.local + +Host pi raspberrypi.local + HostName raspberrypi.local + User pi + +Host phone danctnix.local + HostName danctnix.local + User alarm -- cgit v1.2.3-70-g09d2