diff options
-rw-r--r-- | etc/hosts | 3 | ||||
-rw-r--r-- | home/xyz/.ssh/config | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/hosts b/etc/hosts new file mode 100644 index 00000000..c532033b --- /dev/null +++ b/etc/hosts @@ -0,0 +1,3 @@ +# Static table lookup for hostnames. +# See hosts(5) for details. +103.212.81.31 xyzka diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index dbf90d23..9f02894b 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -25,5 +25,5 @@ Host pp User xyz Host ka - HostName 103.212.81.31 + HostName xyzka User xyz |