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