diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-06 10:41:58 +0000 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-06 10:41:58 +0000 | 
| commit | d301b01c9f8451fd939e6b8d791971fe003ded87 (patch) | |
| tree | 80e37e8931556a46b429766c968b184d8462ea0f | |
| parent | 0e016253f30fe592a3773206f7920ebc365ac785 (diff) | |
ssh config add ia
| -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 ed481624..e94e89b4 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -6,3 +6,7 @@ AddKeysToAgent yes  Host ka  	Hostname xyzka.kyun.li  	User xyz + +Host ia +	Hostname ia.flylightning.xyz +	User xyz  | 
