Files
dotfiles/ssh/.ssh/config
2024-04-01 11:32:56 +02:00

32 lines
621 B
Plaintext

Host git.v-tr.org
IdentityFile ~/.ssh/id_ed25519
Host jump
Port 2022
ForwardAgent yes
User jump
HostName jump.v-tr.org
IdentityFile ~/.ssh/jump_rsa
Host junk
User root
HostName junk.v-tr.org
IdentityFile ~/.ssh/id_ed25519
Host nas
User vi
HostName nas.v-tr.org
IdentityFile ~/.ssh/id_ed25519
Host *
ForwardAgent yes
AddKeysToAgent no
Compression no
ServerAliveInterval 0
ServerAliveCountMax 3
HashKnownHosts no
UserKnownHostsFile ~/.ssh/known_hosts
ControlMaster no
ControlPath ~/.ssh/master-%r@%n:%p
ControlPersist no
AddKeysToAgent yes
identityFile = ~/.ssh/id_ed25519