added janus ssh target
This commit is contained in:
@@ -70,6 +70,13 @@
|
||||
hostname = "192.168.1.129";
|
||||
user = "root";
|
||||
};
|
||||
"janus" = {
|
||||
hostname = "janus.john-stream.com";
|
||||
user = "john";
|
||||
identitiesOnly = true;
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
certificateFile = "~/.ssh/id_ed25519-cert.pub";
|
||||
};
|
||||
"soteria" = {
|
||||
hostname = "soteria.john-stream.com";
|
||||
user = "john";
|
||||
|
||||
Reference in New Issue
Block a user