diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-08-25 21:19:20 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-08-25 21:19:20 -0700 |
commit | eec35f0e2b95bd0ecfcd30f4329a56f34bf009f5 (patch) | |
tree | 774c4284485493488205651a37e3f0f118cb92c0 | |
parent | 6a24ead12163aa11b2087657e7fcbb74ac849bb8 (diff) |
use new kyun.host subdomain feature, so no need /etc/hosts
-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 |