1
0
Fork 0

ssh: set TERM for some hosts

This commit is contained in:
Daniel Kempkens 2025-01-02 00:10:41 +01:00
parent 05cb58813a
commit 2e6d3d021c
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -28,6 +28,9 @@
hostname = "10.0.0.1";
port = 22;
user = "root";
setEnv = {
TERM = "xterm-256color";
};
extraOptions = {
PreferredAuthentications = "password";
};
@ -39,6 +42,9 @@
user = "daniel";
identityFile = "~/.ssh/LAN.pub";
identitiesOnly = true;
setEnv = {
TERM = "xterm-256color";
};
};
"adsb-antenna" = {