Refact: move dotfiles to specific folder and split dotfile in 2

This commit is contained in:
2019-05-11 11:03:34 +02:00
parent 5eab1b8cb2
commit 686c46a1e7
39 changed files with 314 additions and 28 deletions

45
files/dotfiles/sshconfig Executable file
View 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 *