diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-01-13 02:08:47 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-02-21 06:35:48 +0000 |
commit | e10bf7c884fb540558ff72e58dc50c0c30e39f18 (patch) | |
tree | af1d621cd32caa16eccb6f28f1b43291d2d7498f | |
parent | 2eaeb4901326928784a09f11f56963b6ed83271c (diff) |
no sshd on insp, no need
-rw-r--r-- | home/xyz/.ssh/config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 3c72a08b..8f863f41 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -6,10 +6,6 @@ AddKeysToAgent yes # more see alacritty.toml config SendEnv COLORTERM -Host insp - Hostname xyzinsp - User xyz - Host pp Hostname xyzpp User xyz |