dotfiles/ssh/.ssh/config

28 lines
449 B
Plaintext

# Defaults for all hosts
Host *
SetEnv TERM=xterm-256color
ControlMaster auto
ControlPath ~/.ssh/control-%r@%h:%p
ControlPersist 10m
AddKeysToAgent yes
ServerAliveInterval 60
ServerAliveCountMax 3
# Three
Host morpheus
HostName 10.0.10.8
User mikjoh
Host unifi-os-server
HostName 10.0.10.9
User mikjoh
Host ns2
HostName 10.0.10.16
User mikjoh
Host three
HostName 10.0.40.11
User mikjoh
Host hassio
HostName 10.0.20.41
User hassio