ssh3: init packages

This commit is contained in:
Rouven Seifert 2023-12-19 22:42:38 +01:00
parent ea48055ebb
commit dab85522ba
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
10 changed files with 101 additions and 33 deletions

View file

@ -49,6 +49,15 @@ in
"quitte" = {
hostname = "quitte.ifsr.de";
user = "root";
extraOptions = {
RequestTTY = "yes";
RemoteCommand = "zsh -i";
};
};
"quitte-notty" = {
hostname = "quitte.ifsr.de";
user = "root";
};
"durian" = {
hostname = "durian.ifsr.de";