diff options
-rw-r--r-- | home/xyz/.ssh/config | 17 |
1 files changed, 17 insertions, 0 deletions
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 |