-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
ssh: setenv failed when connecting #151
Comments
refs #151 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Hey @LennyPenny , thanks for reporting this... could you try with |
maybe this issue is that de_DE.UTF-8 is not installed on the server |
Just checked and it is in fact installed! and it's also correctly set when I manually ssh into the server (but I think I just configured that remote user that way anyway) |
@LennyPenny sorry for the delay, missed your response here. If you send those envs to SSH using plain Could you try? Thanks! |
BTW: I also tried to reproduce your issue, even sending 100% sure uninstalled locales, as well as inexistent ones, couldn't reproduce... I'm guessing you have something different than me on |
OpenSSH also seems to only warn (judging by several stackoverflow posts, couldn't reproduce) when setting an environment variable fails. I believe we can do the same on wishlist. This refs #151
aah hmm, like I'm not sure it should even setenv all these vars? Doesn't seem to be very useful to set things like PWD or DESKTOP_SESSION on a server I'm sshing into |
It should be setting only lang and lc_* flags unless you specified the others somewhere. 🤔 |
OpenSSH also seems to only warn (judging by several stackoverflow posts, couldn't reproduce) when setting an environment variable fails. I believe we can do the same on wishlist. This refs #151
since dfc7c3d it won't fail if setenv errors... so this should be fixed... can you give the |
works like a charm now! |
Version: 0.9.0
~/.ssh.config
:When I just run
ssh myhost
it works just fine.I'm also using gpg-agent if that could be affecting this.
Wishlist.log:
The text was updated successfully, but these errors were encountered: