diff options
author | Charlie Root <John Ankarstr\xf6m> | 2021-06-08 20:44:53 +0200 |
---|---|---|
committer | Charlie Root <John Ankarstr\xf6m> | 2021-06-08 20:44:53 +0200 |
commit | f36f04ea1b3b6fda5f317df250ee98f1ad29dace (patch) | |
tree | c3fb9638e3341b9a046b87cfe09567f4d74eee77 | |
parent | 36e9ff4fbd539d64b3d9eb0c364b081cdfd5cb7a (diff) | |
download | lbsd-f36f04ea1b3b6fda5f317df250ee98f1ad29dace.tar.gz |
~/.ssh/config: Add host aliases
-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 |