Displaying 20 results from an estimated 36 matches for "clearallforward".
2016 May 31
7
[Bug 2577] New: Port Forwarding on Proxy with ProxyCommand ssh -W does not work / bad file descriptor
https://bugzilla.mindrot.org/show_bug.cgi?id=2577
Bug ID: 2577
Summary: Port Forwarding on Proxy with ProxyCommand ssh -W does
not work / bad file descriptor
Product: Portable OpenSSH
Version: 7.2p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: major
Priority: P5
2005 Mar 10
6
[Bug 996] Fatal error in xfree() when scp invokes ssh with a LocalForward config
http://bugzilla.mindrot.org/show_bug.cgi?id=996
Summary: Fatal error in xfree() when scp invokes ssh with a
LocalForward config
Product: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo:
2016 Jul 31
2
Using -W with -L (Local Forwarding) and -D (Socks Forwarding)
Hello,
I have in my ssh config:
Match host 2.3.4.5 exec "~/bin/connect.sh"
ProxyCommand ssh -D 1080 -L8080:1.2.3.4:8080 -p 443 bouncehost -W %h:%p
~/bin/connect.sh:
#!/bin/bash
if echo | nc -w 1 2.3.4.5 22 | grep -q SSH; then
false
else
true
fi
So when I can't connect to the system directly it should go over a bounce host
but at the same time use a
2002 May 22
0
[PATCH] connect() timeout
...e Feb 5 02:26:35 2002
+++ openssh-3.2.2p1/readconf.c Tue May 21 15:40:06 2002
@@ -115,7 +115,8 @@
oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias,
oDynamicForward, oPreferredAuthentications, oHostbasedAuthentication,
oHostKeyAlgorithms, oBindAddress, oSmartcardDevice,
- oClearAllForwardings, oNoHostAuthenticationForLocalhost
+ oClearAllForwardings, oNoHostAuthenticationForLocalhost,
+ oConnectTimeout
} OpCodes;
/* Textual representations of the tokens. */
@@ -187,6 +188,7 @@
{ "smartcarddevice", oSmartcardDevice },
{ "clearallforwardings", oClearAllForw...
2004 Aug 26
2
OpenSSH PATCH: OpenCommand and CloseCommand
...+++
openssh-3.8p1/sshconnect.h | 4 ++
9 files changed, 156 insertions(+), 2 deletions(-)
Index: ssh.1
--- openssh-3.8p1.orig/ssh.1 (.../.transvn:beginning) (revision 25)
+++ openssh-3.8p1/ssh.1 (revision 25)
@@ -614,6 +614,7 @@
.It CheckHostIP
.It Cipher
.It Ciphers
+.It CloseCommand
.It ClearAllForwardings
.It Compression
.It CompressionLevel
@@ -639,6 +640,7 @@
.It MACs
.It NoHostAuthenticationForLocalhost
.It NumberOfPasswordPrompts
+.It OpenCommand
.It PasswordAuthentication
.It Port
.It PreferredAuthentications
Index: sshconnect.h
--- openssh-3.8p1.orig/sshconnect.h (.../.transvn:beg...
2009 Apr 23
2
--filter, missing in action.
...{ print $1 }'`
cd $HOME || exit 1
rsync -n -v -stats -z -a -x \
--filter=':r .bar' --filter=':r foo/' \
--delete-after --delete-excluded --exclude-from=$HOME/.rsync/exclude \
--timeout=999 --log-file=/home/user/log.rsync \
-e 'ssh -p 3434 -c 3des -i .ssh/identity -ax -o
ClearAllForwardings=yes' \
$HOME/ root@server:/home/.BKP/$SHORTHOST
and my exclude is :
- .cache
- .gvfs
- .gconf
- .gconfd
- .mozilla/**/Cache
- .mozilla/firefox/*/lock
- .mozilla/firefox/*/.parentlock
- Desktop/Exclude
- media
<Snip>
Where I get it wrong?
Thanks folks for reading this long post!
Fr...
2001 Jan 11
1
Possible bug? scp attempts to forward ports...
I've been having a recurring problem using ssh and then scp. I've got 2
machines, client A and server B. I'm using OpenSSH on both. I've got a
port-forward from server B in client A's "~/.ssh/config" file. Normally I
login to server B via ssh from client A. With this session open (and a port
forwarded) sometimes I go to a different terminal on client A and
2001 Oct 15
0
cosmetic patch
...NULL, (LogLevel)0 }
};
static void do_log(LogLevel level, const char *fmt, va_list args);
--- openssh-snap/readconf.c Thu Oct 4 02:39:39 2001
+++ openssh/readconf.c Mon Oct 15 17:34:26 2001
@@ -187,7 +193,7 @@
{ "smartcarddevice", oSmartcardDevice },
{ "clearallforwardings", oClearAllForwardings },
{ "nohostauthenticationforlocalhost", oNoHostAuthenticationForLocalhost
- { NULL, 0 }
+ { NULL, (OpCodes)0 }
};
/*
--- openssh-snap/servconf.c Thu Sep 13 01:32:15 2001
+++ openssh/servconf.c Mon Oct 15 17:34:26 2001
@@ -317,7...
2009 Jun 15
1
Big timeout time
Hi
I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800.
However sometimes I get very big timeout times like this one:
io timeout after 12220 seconds -- exiting
rsync error: timeout in data send/receive (code 30) at io.c(239) [sender=3.0.3pre1]
rsynd.conf on the receiving side only defines modules, no timing parameters.
How can that happen? What can I do to prevent
2002 Jan 26
5
[PATCH] Connect timeout
...readconf.c.OK Wed Oct 3 19:39:39 2001
+++ readconf.c Sat Jan 26 21:44:35 2002
@@ -115,7 +115,8 @@
oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias,
oDynamicForward, oPreferredAuthentications, oHostbasedAuthentication,
oHostKeyAlgorithms, oBindAddress, oSmartcardDevice,
- oClearAllForwardings, oNoHostAuthenticationForLocalhost
+ oClearAllForwardings, oNoHostAuthenticationForLocalhost,
+ oConnectTimeout
} OpCodes;
/* Textual representations of the tokens. */
@@ -187,6 +188,7 @@
{ "smartcarddevice", oSmartcardDevice },
{ "clearallforwardings", oClearAllFor...
2018 Apr 09
2
OpenSSH-Client without reverse tunnel ability
Am 05.04.2018 um 14:11 schrieb Alexander Wuerstlein:
> On 2018-04-05T14:07, Nico Kadel-Garcia <nkadel at gmail.com> wrote: >> How difficult would it be to leave a scheduled security check to >>
look for "ssh[ \t].*-R.*" expressions with "pgrep", and file a >>
security abuse report if such processes are seen? It could be >> worked
around, but
2001 Sep 28
3
openssh-2.9p2, short hostnames
For systems where the local hostname is obtained as a short name without
domain, there should be a ssh_config option "DefaultDomain" as in ssh-3.x
from ssh.com.
For the server, there might be a corresponding option in order to strip
the domain name from the remote client name (if it matches the server's
DefaultDomain) for use in auth_rhost2, since netgroups usually contain
short
2016 May 04
4
Dynamic Remote Port forward?
Hi folks,
I'm wondering if it is possible to set up a dynamic port forward (i.e.
socks proxy), where the listening socket is actually on the server rather
than the client as is currently the case for -D ?
A possible use case is providing a deeply firewalled box with an outbound
SOCKS proxy, but only while an inbound ssh connection is active.
Or, in my particular case, I have many routers
2001 Nov 17
0
[PATCH] Connect timeout
...t Nov 17 22:49:09 2001
+++ openssh-3.0.1p1/readconf.c Sat Nov 17 22:49:47 2001
@@ -115,7 +115,8 @@
oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias,
oDynamicForward, oPreferredAuthentications, oHostbasedAuthentication,
oHostKeyAlgorithms, oBindAddress, oSmartcardDevice,
- oClearAllForwardings, oNoHostAuthenticationForLocalhost
+ oClearAllForwardings, oNoHostAuthenticationForLocalhost,
+ oConnectTimeout
} OpCodes;
/* Textual representations of the tokens. */
@@ -187,6 +188,7 @@
{ "smartcarddevice", oSmartcardDevice },
{ "clearallforwardings", oClearAllFor...
2005 May 26
1
OpenSSH 4.1 released
...der
and for European orders, use http://https.openbsd.org/cgi-bin/order.eu
Changes since OpenSSH 4.0:
============================
* This is a bugfix release, no new features have been added. Some notable
fixes are:
- Fix segfault when using forwardings configured in ssh_config(5) and
ClearAllForwardings (bugzilla #996)
- Limit input buffer size for channels. A peer could send more data
than the buffer code was willing to accept. This would cause OpenSSH
to abort the connection (bugzilla #896)
* Several improvements to the regression tests
* Portable OpenSSH:
- OpenSSH will now...
2003 Apr 15
0
Connect timeout patch
...-------- next part --------------
--- openssh-3.6.1p1/readconf.c.ORIG Tue Apr 15 23:06:30 2003
+++ openssh-3.6.1p1/readconf.c Tue Apr 15 23:09:43 2003
@@ -114,7 +114,7 @@
oDynamicForward, oPreferredAuthentications, oHostbasedAuthentication,
oHostKeyAlgorithms, oBindAddress, oSmartcardDevice,
oClearAllForwardings, oNoHostAuthenticationForLocalhost,
- oEnableSSHKeysign,
+ oEnableSSHKeysign, oConnectTimeout,
oDeprecated
} OpCodes;
@@ -188,6 +188,7 @@
{ "clearallforwardings", oClearAllForwardings },
{ "enablesshkeysign", oEnableSSHKeysign },
{ "nohostauthenticationforloc...
2002 Apr 03
1
[PATCH] connect() timeout
...Tue Feb 5 02:26:35 2002
+++ openssh-3.1p1/readconf.c Wed Apr 3 23:34:34 2002
@@ -115,7 +115,8 @@
oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias,
oDynamicForward, oPreferredAuthentications, oHostbasedAuthentication,
oHostKeyAlgorithms, oBindAddress, oSmartcardDevice,
- oClearAllForwardings, oNoHostAuthenticationForLocalhost
+ oClearAllForwardings, oNoHostAuthenticationForLocalhost,
+ oConnectTimeout
} OpCodes;
/* Textual representations of the tokens. */
@@ -187,6 +188,7 @@
{ "smartcarddevice", oSmartcardDevice },
{ "clearallforwardings", oClearAllForw...
2011 Feb 07
7
feature request
Hi,
how about to provide a simple way to forward raw file descriptors
through ssh tunnels.
something which may provide a way to write something like :
(echo 3; read > out3) |&
exec 3<&p 4>&p
echo 5 >| out5
exec 5<> out5
echo 1 |
ssh -d 3:rd -d 4:wr -d 5:rw '
read <&3; echo $REPLY >&4
read; echo $REPLY
read <&5; echo $REPLY >&5
2001 Nov 06
13
OpenSSH 3.0
...artcard/).
2) support for Rekeying in protocol version 2
3) improved Kerberos support in protocol v1 (KerbIV and KerbV)
4) backward compatibility with older commercial SSH versions >= 2.0.10
5) getopt(3) is now used by all programs
6) dynamic forwarding (use ssh(1) as your socks server)
7) ClearAllForwardings in ssh(1)
8) ssh(1) now checks the hostkey for localhost (NoHostAuthenticationForLocalhost yes/no).
9) -F option in ssh(1)
10) ssh(1) now has a '-b bindaddress' option
11) scp(1) allows "scp /file localhost:/file"
12) The AuthorizedKeysFile option allows specification of...