diff --git a/files/dotfiles/sshconfig b/files/dotfiles/sshconfig index 1e89cf9..a2286d1 100755 --- a/files/dotfiles/sshconfig +++ b/files/dotfiles/sshconfig @@ -14,6 +14,16 @@ Host Embrevade identityfile ~/.ssh/id_ed25519_embrevade IdentitiesOnly yes +Host BV_boutique + HostName vps789921.ovh.net + User waha + Port 22 + ForwardAgent yes + PubkeyAcceptedKeyTypes * + identityfile ~/.ssh/id_rsa_manioc + IdentitiesOnly yes + + Host git_opytex HostName git.opytex.org User git