diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-08 22:37:05 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-15 14:59:07 +0800 |
commit | 2847f6f0d1fbe032b524b4bf5d712c5505a089d6 (patch) | |
tree | aef76aa1807f14ec900197b66c9759599792d4dc | |
parent | 78c06b23f3c67cacb23b007f6667bedc0ebd51a3 (diff) |
ba 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 70592dab..650974ca 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -28,3 +28,7 @@ Host ib Hostname ib.flylightning.xyz User xyz AddressFamily inet6 + +Host ba + Hostname ba.flylightning.xyz + User xyz |