initial commit
This commit is contained in:
13
ssh/.ssh/config
Normal file
13
ssh/.ssh/config
Normal file
@@ -0,0 +1,13 @@
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/%h:%p_%r
|
||||
ServerAliveInterval 60
|
||||
ForwardAgent yes
|
||||
NoHostAuthenticationForLocalhost yes
|
||||
HashKnownHosts no
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
|
||||
# Include codespace-config
|
||||
Include ~/.config/pm/*/ssh_config
|
||||
Include scalene-config
|
||||
Include infinite-config
|
||||
Reference in New Issue
Block a user