8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否能支持通过SendEnv方式将本地的环境变量(如lang等传递到服务器中)? 我直接使用electerm连接服务器时,echo $LANG 输出是en_US.UTF-8, 而在terminal中通过ssh命令建立连接后查看输出的是 zh_CN.UTF-8
echo $LANG
en_US.UTF-8
zh_CN.UTF-8
因为权限原因,我没有办法修改服务器的LANG,
我的/etc/ssh/ssh_config中配置了如下信息时,
在terminal中使用ssh 命令连接时,会带上语言等信息,如下:
ssh root@192.168.32.1 -v
请问是否electerm是否能支持这种方式呢?
The text was updated successfully, but these errors were encountered:
我看看,应该可以加个设置
Sorry, something went wrong.
fix #1759 [feat] Add env:LANG option in bookmark form-> setting
191c478
edbd596
谢谢!
No branches or pull requests
是否能支持通过SendEnv方式将本地的环境变量(如lang等传递到服务器中)?
我直接使用electerm连接服务器时,
echo $LANG
输出是en_US.UTF-8
, 而在terminal中通过ssh命令建立连接后查看输出的是zh_CN.UTF-8
因为权限原因,我没有办法修改服务器的LANG,
我的/etc/ssh/ssh_config中配置了如下信息时,

在terminal中使用ssh 命令连接时,会带上语言等信息,如下:
请问是否electerm是否能支持这种方式呢?
The text was updated successfully, but these errors were encountered: