ssh: Add some aliases
This commit is contained in:
parent
dcedc22636
commit
099c44acbf
1 changed files with 16 additions and 1 deletions
|
@ -69,7 +69,22 @@ in
|
||||||
user = "daniel";
|
user = "daniel";
|
||||||
identityFile = "~/.ssh/LAN.pub";
|
identityFile = "~/.ssh/LAN.pub";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
compression = true;
|
};
|
||||||
|
|
||||||
|
"haven" = {
|
||||||
|
hostname = "100.101.243.36";
|
||||||
|
port = 22;
|
||||||
|
user = "daniel";
|
||||||
|
identityFile = "~/.ssh/LAN.pub";
|
||||||
|
identitiesOnly = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
"webboat" = {
|
||||||
|
hostname = "100.99.89.98";
|
||||||
|
port = 20022;
|
||||||
|
user = "root";
|
||||||
|
identityFile = "~/.ssh/Hetzner.pub";
|
||||||
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue