Mailing List Archive

[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285


Peter Valdemar Mørch <t7nm6lz02@sneakemail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |t7nm6lz02@sneakemail.com




--- Comment #3 from Peter Valdemar Mørch <t7nm6lz02@sneakemail.com> 2009-02-27 03:48:42 ---
It is really quite simple. I'll try to be short:

I have an environment var, e.g. LC_PAPER set. I don't want to send it
over ssh. This is *only* possible by removing LC_* from the default
SendEnv line in /etc/ssh/ssh_config affecting all users and requiring
root permissions (unless I'm mistaken).

Please provide non-root means to counter the SendEnv LC_* setting in
root's /etc/ssh/ssh_config so the ssh client doesn't send LC_PAPER.

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1285] provide fallback options /etc/ssh/ssh_config [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1285


Ron Murray <rjmxrjmx@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |rjmxrjmx@gmail.com




--- Comment #4 from Ron Murray <rjmxrjmx@gmail.com> 2009-03-07 04:18:43 ---
I'm having problems with this too. I need to connect to a server that's
so tightened down that it disconnects you when you send it anything it
doesn't like. If OpenSSH has even the smell of SendEnv in a config
file, I get a "Received disconnect from xxx.xxx.xxx.xxx: 7: Unsupported
request (env).".

I can, of course, specify a local config file containing that host with
the -F option (and with SendEnv undefined), but it would be nice to
have everything in the one config file.

Strangely, using the -F option seems to override the SendEnv
specification in /etc/ssh/ssh_config.

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs