diff options
author | xyz <gky44px1999@gmail.com> | 2022-06-11 01:42:47 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-06-11 01:42:47 -0700 |
commit | 57d9fc0bc5be3689e4d8c64aae63c5c6118a79fc (patch) | |
tree | fd2d9e273473241062c903e5802d85957751d2cd /home/xyz/.ssh | |
parent | 51f4de56d3a588898db1437fc711abf7ed0a7b3c (diff) |
add ssh config
Diffstat (limited to 'home/xyz/.ssh')
-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 |