7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
|
# Part of config, to remote machine aliases for SSH
|
||
|
|
||
|
Host my-remote-machine # alias to do "ssh my remote-machine"
|
||
|
HostName 192.192.192.192 # ip/hostname
|
||
|
User my-user # username
|
||
|
|
||
|
# ... other hosts
|