diff options
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 ced25edf..ed481624 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -2,3 +2,7 @@ # another approach is to put it under `HOST *` # https://unix.stackexchange.com/a/577490/459013 AddKeysToAgent yes + +Host ka + Hostname xyzka.kyun.li + User xyz |