Refact: move dotfiles to specific folder and split dotfile in 2
This commit is contained in:
45
files/dotfiles/sshconfig
Executable file
45
files/dotfiles/sshconfig
Executable file
@@ -0,0 +1,45 @@
|
||||
Host Bilimbi
|
||||
HostName ns3096799.ip-94-23-52.eu
|
||||
User waha
|
||||
ForwardAgent yes
|
||||
PubkeyAcceptedKeyTypes *
|
||||
identityfile ~/.ssh/id_dsa_embrevade
|
||||
|
||||
Host Embrevade
|
||||
HostName 5.196.95.88
|
||||
User waha
|
||||
Port 22
|
||||
ForwardAgent yes
|
||||
PubkeyAcceptedKeyTypes *
|
||||
identityfile ~/.ssh/id_ed25519_embrevade
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host git_opytex
|
||||
HostName git.opytex.org
|
||||
User git
|
||||
Port 2222
|
||||
identityfile ~/.ssh/id_rsa_gitopytex
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host github
|
||||
HostName github.com
|
||||
User git
|
||||
ForwardAgent yes
|
||||
PubkeyAcceptedKeyTypes *
|
||||
identityfile ~/.ssh/id_dsa_noPass
|
||||
|
||||
Host Songe
|
||||
HostName songe
|
||||
User waha
|
||||
Port 22
|
||||
ForwardAgent yes
|
||||
PubkeyAcceptedKeyTypes *
|
||||
identityfile ~/.ssh/id_rsa_songe
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host Choux
|
||||
HostName Choux
|
||||
User lafrite
|
||||
ForwardAgent yes
|
||||
identityfile ~/.ssh/id_ed25519_home
|
||||
PubkeyAcceptedKeyTypes *
|
||||
Reference in New Issue
Block a user