diff --git a/~/SSH/config b/~/SSH/config index 7b0cfcf..a8769b3 100644 --- a/~/SSH/config +++ b/~/SSH/config @@ -4,6 +4,12 @@ Host kvm5 IdentityFile /home/user/.ssh/kvm5 ServerAliveInterval 59 +Host kvm6 + User user + HostName ... + IdentityFile /home/user/.ssh/kvm6 + ServerAliveInterval 59 + Host git.a2s.su User gitea IdentityFile /home/user/.ssh/gitea