diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-18 23:42:30 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-18 23:42:30 -0700 |
commit | d6313ec14ff2c77582552c8eb2e1f4de07858f07 (patch) | |
tree | 262c371bb6e20de8b272ec0642753fe372ccc3b8 /home/xyz/.ssh/config | |
parent | bfaac6c3b4457090d0c28d16a4f5e99002d484d1 (diff) |
add ca aliases
Diffstat (limited to 'home/xyz/.ssh/config')
-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 7635a304..3c82f3d2 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -37,3 +37,7 @@ Host hpc Host ia Hostname ia.flylightning.xyz User xyz + +Host ca + Hostname ca.flylightning.xyz + User xyz |