mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
23 lines
387 B
Plaintext
23 lines
387 B
Plaintext
# demons
|
|
# vim: ft=sshconfig
|
|
|
|
Host vine
|
|
User ubuntu
|
|
HostName vine.antiprocess.net
|
|
IdentityFile ~/.ssh/id_rsa
|
|
|
|
Host purson
|
|
User ubuntu
|
|
HostName purson.antiprocess.net
|
|
IdentityFile ~/.ssh/id_rsa
|
|
|
|
Host paimon
|
|
User ivuorinen
|
|
HostName paimon.antiprocess.net
|
|
IdentityFile ~/.ssh/id_rsa
|
|
|
|
Host baal
|
|
User ivuorinen
|
|
HostName baal.antiprocess.net
|
|
IdentityFile ~/.ssh/id_rsa
|