diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 19:35:06 +0800 | 
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 19:35:06 +0800 | 
| commit | 12295f63e51ea3c56ed4b04d4fa2e32c13e7cf72 (patch) | |
| tree | a8e70a9b7a8a2cb7072ae17f1884eb60e059f0a4 | |
| parent | 7a789336cbdf51c335db293ff604c9f78b78ba42 (diff) | |
ssh config pp now use xyzpp.local
Because pp now use mdns. Because new router does not resolve xyzpp now.
| -rw-r--r-- | home/xyz/.ssh/config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 9d28e7ae..608ce0a5 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -7,7 +7,7 @@ AddKeysToAgent yes  SendEnv COLORTERM  Host pp -	Hostname xyzpp +	Hostname xyzpp.local  	User xyz  Host qw | 
