Feat: reorder sshconfig
This commit is contained in:
parent
dc126b6d65
commit
1db8874f4f
@ -3,7 +3,7 @@ Host Manioc
|
|||||||
User waha
|
User waha
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
PubkeyAcceptedKeyTypes *
|
PubkeyAcceptedKeyTypes *
|
||||||
identityfile ~/.ssh/id_dsa_embrevade
|
identityfile ~/.ssh/id_ed25519_Manioc
|
||||||
|
|
||||||
Host Embrevade
|
Host Embrevade
|
||||||
HostName 5.196.95.88
|
HostName 5.196.95.88
|
||||||
@ -11,7 +11,16 @@ Host Embrevade
|
|||||||
Port 22
|
Port 22
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
PubkeyAcceptedKeyTypes *
|
PubkeyAcceptedKeyTypes *
|
||||||
identityfile ~/.ssh/id_ed25519_embrevade
|
identityfile ~/.ssh/id_ed25519_Embrevade
|
||||||
|
IdentitiesOnly yes
|
||||||
|
|
||||||
|
Host Panais
|
||||||
|
HostName 91.121.90.228
|
||||||
|
User waha
|
||||||
|
Port 22
|
||||||
|
ForwardAgent yes
|
||||||
|
PubkeyAcceptedKeyTypes *
|
||||||
|
identityfile ~/.ssh/id_ed25519_Panais
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
|
||||||
Host BV_boutique
|
Host BV_boutique
|
||||||
@ -20,10 +29,9 @@ Host BV_boutique
|
|||||||
Port 22
|
Port 22
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
PubkeyAcceptedKeyTypes *
|
PubkeyAcceptedKeyTypes *
|
||||||
identityfile ~/.ssh/id_rsa_manioc
|
identityfile ~/.ssh/id_ed25519_BV_boutique
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
|
||||||
|
|
||||||
Host git_opytex
|
Host git_opytex
|
||||||
HostName git.opytex.org
|
HostName git.opytex.org
|
||||||
User git
|
User git
|
||||||
|
Loading…
Reference in New Issue
Block a user