initial commit

This commit is contained in:
2024-04-01 11:32:56 +02:00
commit 4be63cf686
17 changed files with 891 additions and 0 deletions

31
ssh/.ssh/config Normal file
View 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