diff options
Diffstat (limited to 'home/xyz/.ssh/config')
-rw-r--r-- | home/xyz/.ssh/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index c18ee730..a46917cc 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -17,18 +17,18 @@ Host insp User xyz Host pi raspberrypi.local - HostName raspberrypi.local + Hostname raspberrypi.local User pi Host pp - HostName xyzpp.local + Hostname xyzpp.local User xyz Host ka - HostName xyzka.kyun.li + Hostname xyzka.kyun.li User xyz Host qw - HostName localhost + Hostname localhost Port qemu-win-ssh User xyz |