Displaying 20 results from an estimated 90000 matches similar to: "%h and %n in LocalCommand"
2011 Jan 05
0
[PATCH] fix %n expansion in LocalCommand
After the commit titled "expand %h to the hostname in ssh_config Hostname
options" (2010-07-16), %n always got the same value as %h in the LocalCommand
config option. Fix this and add a regression test.
---
regress/Makefile | 6 ++++--
regress/host-expand.sh | 18 ++++++++++++++++++
ssh.c | 6 ++++--
3 files changed, 26 insertions(+), 4 deletions(-)
diff
2010 Aug 23
3
Announce: OpenSSH 5.6 released
OpenSSH 5.6 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches,
2015 Mar 19
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Bert Wesarg <Bert.Wesarg at googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Bert.Wesarg at googlemail.com
--- Comment #11 from Bert Wesarg <Bert.Wesarg at googlemail.com> ---
2010 Aug 23
3
[Bug 1808] New: "SetupCommand" invoked before connecting
https://bugzilla.mindrot.org/show_bug.cgi?id=1808
Summary: "SetupCommand" invoked before connecting
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
2007 Feb 02
0
[Bug 1280] LocalCommand and variables
http://bugzilla.mindrot.org/show_bug.cgi?id=1280
Summary: LocalCommand and variables
Product: Portable OpenSSH
Version: 4.3p2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: cmsj-bugzilla at
2017 Feb 17
3
[Bug 2679] New: ssh mux process (and maybe others) should perhaps cd /
https://bugzilla.mindrot.org/show_bug.cgi?id=2679
Bug ID: 2679
Summary: ssh mux process (and maybe others) should perhaps cd /
Product: Portable OpenSSH
Version: 7.4p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee:
2011 Mar 28
15
[Bug 1883] New: use setproctitle for persistent mux master
https://bugzilla.mindrot.org/show_bug.cgi?id=1883
Summary: use setproctitle for persistent mux master
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2009 Aug 22
0
expansion of %h in HostName field of ssh_config
Hi
It seems like a nice idea to expand a %h in the HostName field in
ssh_config to the host given as argument to ssh.
often one would have a entry in their ssh_config like:
camel*
User ...
It's okay if the system knows that the host camel01 fx points to the right host.
But what if the actual host is camel01.daimi.au.dk this is something
you wouldn't like to write in your terminal.
2009 Jul 08
4
Feature request: "SetupCommand" invoked before connecting
Hi,
(I'm not subscribed to the list, so please CC me on reply.)
I'd like to request adding a feature to OpenSSH:
Task:
~~~~~
It is quite sometime useful to invoke a program prior to connecting to
an ssh server. The most common use case will probably be port knocking.
That is a small program sends certain packets to a server and the server
reacts to this by unlocking the ssh port, which
2010 Sep 04
4
[Bug 1815] New: RemoteCommand and PseudoTTY config options
https://bugzilla.mindrot.org/show_bug.cgi?id=1815
Summary: RemoteCommand and PseudoTTY config options
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2006 Sep 18
0
[Bug 1232] "LocalCommand" is executed before "Tunnel" is set up
http://bugzilla.mindrot.org/show_bug.cgi?id=1232
Summary: "LocalCommand" is executed before "Tunnel" is set up
Product: Portable OpenSSH
Version: 4.3p2
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
2016 Aug 22
5
[Bug 2607] New: accept location off ssh binary via environment variable or deduce it from /proc/
https://bugzilla.mindrot.org/show_bug.cgi?id=2607
Bug ID: 2607
Summary: accept location off ssh binary via environment
variable or deduce it from /proc/
Product: Portable OpenSSH
Version: 7.3p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2008 Feb 21
0
LocalCommand and control master/sshfs
I've run into a couple cases where it would be nice to use LocalCommand to run
something to setup a session in some way when using ControlMaster. For
example, to scp something or do an sshfs mount automatically once your session
is established using the control socket. However, in 4.7, LocalCommand is run
before ssh_control_listener.
It's not terribly hard to work around (fork and
2006 Jan 16
1
LocalCommand problem for tunneling on Linux
I've been testing tunneling on Linux with openssh-SNAP-20060116.tar.gz
and found a problem.
When I use LocalCommand for doing ifconfig stuff, the command line
was executed before a tunneling interface is opened. This causes
errors on Linux and the interface is not automatically set up.
This is not a problem on *BSD because you can do ifconfig for
unopened tun/tap interfaces. But in Linux,
2008 Jun 12
1
[Bug 1280] LocalCommand and variables
https://bugzilla.mindrot.org/show_bug.cgi?id=1280
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks| |1452
--- Comment #1 from Damien Miller
2017 Jun 14
3
[Bug 2730] New: A "LocalCommand" equivalent for AFTER the session ends
https://bugzilla.mindrot.org/show_bug.cgi?id=2730
Bug ID: 2730
Summary: A "LocalCommand" equivalent for AFTER the session ends
Product: Portable OpenSSH
Version: 7.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee:
2009 Jun 14
7
[Bug 1610] New: LocalCommand is executed to early
https://bugzilla.mindrot.org/show_bug.cgi?id=1610
Summary: LocalCommand is executed to early
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: fs-linux_bug
2007 Jun 22
0
[Bug 1233] "Tunnel" should pass device-name to "LocalCommand"
http://bugzilla.mindrot.org/show_bug.cgi?id=1233
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|4.3p2 |-current
Platform|ix86 |All
OS/Version|Linux |All
2011 Sep 06
2
[Bug 1233] "Tunnel" should pass device-name to "LocalCommand"
https://bugzilla.mindrot.org/show_bug.cgi?id=1233
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |1930
--- Comment #4 from Damien Miller <djm at mindrot.org> 2011-09-06 10:34:09 EST ---
Retarget unresolved
2013 Jul 25
1
[Bug 1233] "Tunnel" should pass device-name to "LocalCommand"
https://bugzilla.mindrot.org/show_bug.cgi?id=1233
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2130
--- Comment #12 from Damien Miller <djm at mindrot.org> ---
Retarget to openssh-6.4
--
You are