Displaying 20 results from an estimated 9000 matches similar to: "[Bug 1232] "LocalCommand" is executed before "Tunnel" is set up"
2006 Sep 18
0
[Bug 1231] "Tunnel ethernet" always uses next tap-device
http://bugzilla.mindrot.org/show_bug.cgi?id=1231
           Summary: "Tunnel ethernet" always uses next tap-device
           Product: Portable OpenSSH
           Version: 4.3p2
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh
        AssignedTo: bitbucket at mindrot.org
       
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
  
2015 Mar 14
3
[Bug 2365] New: openssh client ignores -o Tunnel=ethernet option, creating an IP tunnel device instead of an ethernet tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=2365
            Bug ID: 2365
           Summary: openssh client ignores -o Tunnel=ethernet option,
                    creating an IP tunnel device instead of an ethernet
                    tap device
           Product: Portable OpenSSH
           Version: 6.6p1
          Hardware: amd64
                OS: Linux
            Status: NEW
         
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
2006 Aug 25
2
RFC: non-root ssh tun access
The attached patch is against openssh-4.3_p2 to allow non-root users to
vpn in over ssh.  root access is still needed on client side (or an sudo
solution).  Currently, I have it working with an sudo command to
configure a tap interface on the server side. eg to ssh into my gentoo
server:
# ssh -fw any:any user at ssh_server.box "sudo /etc/init.d/net.tap0 restart"
Then, configure the
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
2006 Feb 10
0
OpenSSH VPN between Mac OS X and OpenBSD
Honestly, I'm probably not the best person to ask this. I really just 
deal with network performance issues. You should try the OpenSSH 
development group. I've cc:'d that group on this message.
However, a quick look at the code shows that you'd only be getting that 
warning if both CUSTOM_SYS_TUN_OPEN and SSH_TUN_OPENBSD are not defined. 
Grep on the first define we find the
2009 May 24
0
OpenSSH_5.2p1. non-vpn login to root account requests TUN interface and cannot exit
Hello!
I've configured SSH-VPN between two subnets and it works fine. Option
Tunnel=yes in config file is set.
The problem I run into is that normal SSH login to root account does not
terminate on "exit" command.
> ssh root at pig
pig> exit
;; screen is cleared but does not return to prompt
<ctrl-C>
Killed by signal 2.
ctrl-D does not work. Running ssh with -vvv has
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,
2014 May 14
0
Waiting until tunnel (ssh -w) is set up before running command
When using VPN tunnelling (-w option), is there a way to know when the
tunnel is actually up? I want to use this in a script that
automatically sets up the tunnel by running ssh -w then running ifup
[1].
The -f option doesn't help because it returns after connecting to the
server but before the tunnel is up. Sleeping for a few seconds does
work, but it just feels too hacky.
The 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
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
2017 Oct 10
3
tunnel device name acquisition?
Numerous how-tos all over the Internet show how one would set up
a tunnel using ssh, e.g.:
	ssh -f -o Tunnel=ethernet <server_ip> true
I was wondering if there's a way to subsequently acquire the names
of the local and remote tun/tap interfaces (e.g., using the default
"-w any:any") for subsequent automatic tunnel configuration, e.g.:
	ip link set $TapDev up
	ip link set
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:
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
2014 Feb 05
0
[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|                            |2188
--- Comment #14 from Damien Miller <djm at mindrot.org> ---
Retarget incomplete bugs / feature requests
2014 Apr 12
0
[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|                            |2226
--- Comment #16 from Damien Miller <djm at mindrot.org> ---
Retarget to 6.7 release, since 6.6 was mostly
2014 Aug 29
0
[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|                            |2266
--- Comment #18 from Damien Miller <djm at mindrot.org> ---
Retarget incomplete bugs to 6.8 release.
-- 
2015 Mar 02
0
[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|2266                        |
--- Comment #20 from Damien Miller <djm at mindrot.org> ---
OpenSSH 6.8 is approaching release and closed for