ssh: set TERM for some hosts
This commit is contained in:
parent
05cb58813a
commit
2e6d3d021c
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
||||||
hostname = "10.0.0.1";
|
hostname = "10.0.0.1";
|
||||||
port = 22;
|
port = 22;
|
||||||
user = "root";
|
user = "root";
|
||||||
|
setEnv = {
|
||||||
|
TERM = "xterm-256color";
|
||||||
|
};
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
PreferredAuthentications = "password";
|
PreferredAuthentications = "password";
|
||||||
};
|
};
|
||||||
|
@ -39,6 +42,9 @@
|
||||||
user = "daniel";
|
user = "daniel";
|
||||||
identityFile = "~/.ssh/LAN.pub";
|
identityFile = "~/.ssh/LAN.pub";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
|
setEnv = {
|
||||||
|
TERM = "xterm-256color";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"adsb-antenna" = {
|
"adsb-antenna" = {
|
||||||
|
|
Loading…
Reference in a new issue