12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
Host *
|
|
SetEnv TERM=xterm-256color
|
|
|
|
Host unifi.dangitzoe.wtf 192.168.1.11
|
|
User root
|
|
HostKeyAlgorithms +ssh-rsa
|
|
|
|
Host git.blorp.dev
|
|
User git
|
|
IdentityFile /home/zo/.ssh/id_rsa
|
|
Port 222
|