initial commit
This commit is contained in:
31
ssh/.ssh/config
Normal file
31
ssh/.ssh/config
Normal file
@@ -0,0 +1,31 @@
|
||||
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
|
||||
Reference in New Issue
Block a user