9 lines
169 B
Text
9 lines
169 B
Text
Include ~/.ssh/config2
|
|
|
|
Host dev.rhizomatica.org
|
|
Hostname dev.rhizomatica.org
|
|
IdentityFile ~/.ssh/bsc_dev
|
|
|
|
Host 172.16.0.*
|
|
User root
|
|
IdentityFile ~/.ssh/bts_key
|