2022-02-03
This commit is contained in:
parent
f86b8496ec
commit
db393215ce
55 changed files with 1907 additions and 0 deletions
24
home/dot-ssh/config
Normal file
24
home/dot-ssh/config
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
Host github.com
|
||||
User git
|
||||
ControlMaster auto
|
||||
ControlPersist 120
|
||||
|
||||
Host *
|
||||
# Always use SSH2.
|
||||
Protocol 2
|
||||
|
||||
# Use a shared channel for all sessions to the same host,
|
||||
# instead of always opening a new one. This leads to much
|
||||
# quicker connection times.
|
||||
ControlMaster auto
|
||||
ControlPath ~/.cache/ssh/mux_%r@%h:%p
|
||||
ControlPersist 1h
|
||||
|
||||
# Miscellaneous
|
||||
Compression yes
|
||||
TCPKeepAlive yes
|
||||
ServerAliveInterval 20
|
||||
ServerAliveCountMax 10
|
||||
|
||||
Include ~/.ssh/config.d/*
|
0
home/dot-ssh/config.d/config.localhost
Normal file
0
home/dot-ssh/config.d/config.localhost
Normal file
Loading…
Add table
Add a link
Reference in a new issue