diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-09-10 15:12:24 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-09-10 15:12:24 -0700 |
commit | fbe84c6f3977f1b5374e22cc6294ddd8aa5dbc3c (patch) | |
tree | 856282ca1cbed4061770a5d7838b3491c91c8bd7 | |
parent | 34243bdf895b18e50c6b7f6993373d5d661b9ea1 (diff) |
ssh add ca config so sca works, because faster
-rw-r--r-- | home/xyz/.ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 0d9eb1bc..d1638736 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -20,3 +20,7 @@ Host pp Host ia Hostname ia.flylightning.xyz User xyz + +Host ca + Hostname ca.flylightning.xyz + User xyz |