Files
dotfiles/.ssh/config
2024-08-30 23:30:20 +02:00

34 lines
553 B
Plaintext

## Example
#Host name
# HostName 10.0.0.50
# User emerald
# Port 2222
# IdentityFile ~/.ssh/id_rsa_name
# LocalForward 8080 127.0.0.1:80
# ForwardAgent yes
# ForwardX11 yes
# ServerAliveInterval 60
# ServerAliveCountMax 3
# Compression yes
# LogLevel INFO
Host Pinku
HostName 10.0.0.7
User emerald
Host Ely
HostName 10.0.0.8
User root
Host Neptune
HostName 10.0.0.9
User root
Host code.justw.tf
HostName 10.0.0.25
User root
Host RedQueen
HostName 10.0.0.50
User emerald
Host HolyMoly
HostName 10.0.0.51
User emerald