diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/john/.ssh/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/john/.ssh/config b/home/john/.ssh/config new file mode 100644 index 0000000..ae1c286 --- /dev/null +++ b/home/john/.ssh/config @@ -0,0 +1,7 @@ +Host r +HostName ankarstrom.se +User root + +Host j +HostName ankarstrom.se +User john |