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";
|
||||
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" = {
|
||||
|
|
Loading…
Reference in a new issue