[Bug 1285] provide fallback options /etc/ssh/ssh_config

2013-09-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1285

Flavio Poletti  changed:

   What|Removed |Added

 CC||fla...@polettix.it

--- Comment #8 from Flavio Poletti  ---
Created attachment 2336
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2336&action=edit
Patch to address fallback options to SendEnv

This patch allows the specification of negated patterns in SendEnv.
Hence, you can set e.g.:

Host whatever
   SendEnv !LANG !LC_*

in your ~/.ssh/config file, and this will override (eliminating it) any
global option like:

Host *
   SendEnv LANG LC_*

that might be inaccessible to non-root users.

The patch relies on the order of evaluation of the patterns to match.
This assumes that the patterns from the user-local files are evaluated
before global ones. This assumption is consistent with the behavior
described in the documentation and should be safe to consider this as
stable. This means that it is possible to set different negations with
respect to the "direct" patterns:

Host my host
SendEnv !*

The example above just disables sending any environment variable.

The patch is straightforward and might be adapted to other similar
cases (LocalForward, DynamicForward, IdentityFile, and RemoteForward as
pointed out by Joe Wells).

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-09-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

Darren Tucker  changed:

   What|Removed |Added

 Depends on||2147

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching the reporter of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2147] OpenSSH remote forwarding of dynamic ports doesn't work when you create more than one

2013-09-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2147

Darren Tucker  changed:

   What|Removed |Added

 CC||dtuc...@zip.com.au
 Blocks||2130

--- Comment #2 from Darren Tucker  ---
look at this for the next release

-- 
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