31 lines
588 B
Plaintext
31 lines
588 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
|
|
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
|