mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
add my ssh config
This commit is contained in:
parent
b21200a0d3
commit
8d6b713edc
29
.mikaela/ssh/config
Normal file
29
.mikaela/ssh/config
Normal file
@ -0,0 +1,29 @@
|
||||
# My SSH config. This does leak existense of some hosts where I have
|
||||
# access, but they should require SSH key authentication anyway.
|
||||
|
||||
Host *
|
||||
VerifyHostKeyDNS=ask
|
||||
Compression yes
|
||||
CompressionLevel 6
|
||||
ControlMaster yes
|
||||
ControlPath /tmp/SSH_%u-%r.%h.%p
|
||||
ControlPersist yes
|
||||
ForwardAgent no
|
||||
ForwardX11 no
|
||||
IdentityFile ~/.ssh/Mikaela_Suomalainen
|
||||
LogLevel VERBOSE
|
||||
Protocol 2
|
||||
PubkeyAuthentication yes
|
||||
RequestTTY yes
|
||||
SendEnv *
|
||||
ServerAliveInterval 60
|
||||
|
||||
Host hilla
|
||||
HostName hilla.kapsi.fi
|
||||
|
||||
Host lakka
|
||||
HostName lakka.kapsi.fi
|
||||
|
||||
Host synvaler
|
||||
HostName synvaler.mikaela.info
|
||||
AddressFamily inet6
|
@ -11,6 +11,7 @@ cat .mikaela/environment > ~/.environment
|
||||
cat .mikaela/gitconfig > ~/.gitconfig
|
||||
mkdir -p ~/.ssh
|
||||
cat .mikaela/keys/ssh > ~/.ssh/authorized_keys
|
||||
cat .mikaela/ssh/config > ~/.ssh/config
|
||||
touch ~/.MIKAELA_GREP
|
||||
set +x
|
||||
# vim : set ft=sh :
|
||||
|
Loading…
Reference in New Issue
Block a user