Initial files add.
This commit is contained in:
parent
e881f9c564
commit
a3e2aceeed
15 changed files with 5155 additions and 0 deletions
33
.ssh/config
Normal file
33
.ssh/config
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Host phil lil tommy
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
ForwardX11Trusted yes
|
||||
HostName %h.afterdark.lan
|
||||
|
||||
Host bender bender.open-source.co.uk
|
||||
ForwardAgent yes
|
||||
HostName bender.open-source.co.uk
|
||||
Port 9922
|
||||
|
||||
Host fry fry.open-source.co.uk
|
||||
ForwardAgent yes
|
||||
HostName fry.open-source.co.uk
|
||||
Port 9922
|
||||
|
||||
Host leela leela.open-source.co.uk
|
||||
ForwardAgent yes
|
||||
HostName leela.open-source.co.uk
|
||||
Port 9922
|
||||
|
||||
Host *
|
||||
# AddKeysToAgent yes
|
||||
ConnectTimeout 30
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/%u@%l->%r@%h:%p
|
||||
ControlPersist 7200
|
||||
ExitOnForwardFailure yes
|
||||
ForwardX11Trusted no
|
||||
SendEnv LANG LC_* TERM
|
||||
# StrictHostKeyChecking no
|
||||
# VerifyHostKeyDNS yes
|
||||
VisualHostKey yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue