Displaying 20 results from an estimated 600 matches similar to: "minor cosmetic fix when using a proxy"
2003 May 09
2
TCP_NODELAY always set, now?
I know that there was a discussion on this about a year back, and
there is a bug 556 this week that mentions TCP_NODELAY.
However, when I use ssh through a pipe (e.g., to tunnel through an
HTTP proxy using CONNECT) I see:
getsockopt TCP_NODELAY: Socket operation on non-socket
How do I tell which end is generating this (I'm assuming the local
side, which is running through the pipe).
Also,
2000 May 24
0
'command' option in authorized_keys
I am a recent convert to openssh. I am very pleased with it, and find it
superior to ssh-1.2.27 in many ways (thanks for the good work).
I recently found one piece missing from the current release. I have used
the 'command' option in the authorized_keys file to restrict access. Using
ssh-1.2.27 the original command was placed in the SSH_ORIGINAL_COMMAND
envrionment variable. If
2001 Aug 16
1
port-forwarding problem!?
Using OpenSSH_2.9p2 on Linux and Sparc Solaris.
Trying to connect from Linux to Solaris, with remote port-forwarding
i.e. On Linux, ssh -R 3000:Linux:23 Solaris
The connection is established okay, but the port-forwarding does not
work; on Solaris, the connection to localhost port 3000 is accepted, but it
appears as if no data makes it back to port 23 on Linux. If an older 1.2.30
sshd is used
2001 Sep 26
1
Protocol 2 remote port forwarding
Hi all,
I'm using openssh-2.9p2 on Solaris 2.8. I can get remote port forwarding to
work using the -R flag, but only with ssh protocol 1 not ssh protocol 2.
I've read that remote forwarding protocol 2 was not supported in earlier
versions of openssh, but I'm wondering if this is still the case. Jarno
Huuskonen [Jarno.Huuskonen at uku.fi], posted a patch in 2000 to add support
for
2000 Sep 16
15
Snapshot
Quite a few changes here, please test.
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000916.tar.gz
-d
20000916
- (djm) New SuSE spec from Corinna Vinschen <corinna at vinschen.de>
- (djm) Update CygWin support from Corinna Vinschen <vinschen at cygnus.com>
- (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
Patch from Larry Jones <larry.jones at
2002 Mar 20
2
transferring individual files question, pull vs. push
Can't seem to find the answer anywhere...
I'm currently using an rsync script on the source box to transfer some
individual files to the destination box...all works well. The script:
rsync -e ssh \
/var/qmail/control/file1 \
/var/qmail/control/file2 \
/var/qmail/control/file3 \
/var/qmail/control/file4 \
destination-box.xxxxx.com:/var/qmail/control
Now, instead of "pushing"
2003 Apr 03
0
minor cosmetic fix hwen using a proxy
I think following patch is better for "TCP_NODELAY on a non-socket"
bug.
Nobuo Sakiyama <nobuo at isl.rdc.toshiba.co.jp>
diff -u packet.c.dist packet.c
--- packet.c.dist Mon Dec 23 11:42:53 2002
+++ packet.c Thu Apr 3 18:06:12 2003
@@ -1344,6 +1344,7 @@
/* Only set socket options if using a socket. */
if (!packet_connection_is_on_socket())
+ return;
if
2003 Oct 26
1
getsockopt TCP_NODELAY: Socket operation on non-socket
We get the warning above whenever we use a ProxyCommand. We _know_ it's
a pipe, so we can't use sockopts on it. So we shouldn't bitch about it.
This breaks all kinds of things which use SSH transparently; including
pine, which really wants the first thing it receives from an IMAP server
to be a valid imap greeting... which $subject is not.
$ ssh -o "proxycommand sh -c '(
2009 Dec 07
2
data.frame to "stacked frame"
Hi,
have anybody a hint how i could avoid the cumbersome way (..especially
the value part)
change the data representation from n column data.frame to an stacked
representation.
many thanks
Christian
#example data
dfw <- as.data.frame(matrix(runif(10*10),ncol=10))
dfw$group <- sample(c("X","Z"),nrow(dfw),replace=T,prob=c(0.75,0.25))
# change
var <-
2014 Feb 10
0
[PATCH] Basic SCTP support for OpenSSH client and server
This patch allows the OpenSSH client to make connections over SCTP,
and allows the OpenSSH server to listen for connections over SCTP.
SCTP is a robust transport-layer protocol which supports, amongst other things,
the changing of endpoint IPs without breaking the connection.
To connect via SCTP, pass -H or set "ConnectViaSCTP yes".
To listen via SCTP as well as TCP, set
2003 Dec 31
0
Problem with port forwarding on Mac OS X
I have found a problem with port forwarding on Mac OS X (10.2 and
10.3). When I forward
a port to localhost, as in
ssh -R 40404:localhost:40404 somehost
...and the remote system makes a connection on this port, I get the
message
getsockopt TCP_NODELAY: Connection reset by peer
I have tracked this down to the loop in connect_to that gets a list of
addresses from
getaddrinfo and tries them
2003 Apr 09
1
[Bug 541] packet_set_interactive typo
http://bugzilla.mindrot.org/show_bug.cgi?id=541
Summary: packet_set_interactive typo
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: furrier at
2016 Dec 15
0
[FYI] yum error message: Error: database disk image is malformed
when i tried to update a new install;
~]$ sudo yum -y update
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Update Process
Determining fastest mirrors
* base: repos.dfw.quadranet.com
* extras: repos.dfw.quadranet.com
* updates: repos.dfw.quadranet.com
extras | 3.4 kB 00:00
extras/primary_db
2001 Feb 12
1
3d plots?
Hi all
I'm trying to create a three-dimensional wireframe-type plot,
much like the screenshot shown at
http://www.r-project.org/screenshots/volcano-persp.jpg
In my case, I'm trying to show a density estimate of
two-variable system, using the GenKern package. I've
used the image() and contour() to create a nice shaded plot,
but I've found a 3d plot is often easier for the
2014 Dec 03
3
Radeon graphics problems with CentOS 6.6
Hello,
I saw in the CentOS 6.6 release notes that the Xorg ABI has changed but
that "This should not concern anyone who uses the default drivers shipped
with CentOS." I'm using the ATI drivers in Base but X still fails when I
boot a CentOS 6.6 kernel. I was hoping this is a known problem that would
get fixed with a kernel update but I'm still having problems with the
1997 Nov 13
0
Linux F00F Patch [Forwarded e-mail from Aleph One]
[mod: The first message would''ve been rejected on the grounds "no
security related information", but it gives ME a warm feeling too, so
I''m allowing it to piggyback on the announcement of the "fix". Note
that Linux-2.1.63 simply implements a fix for the problem, instead of
applying this fix, upgrading to 2.1.63 might be an option for you.
Linus indicated that
2019 Aug 25
0
kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install
On 25/08/2019 02:28, Gregory P. Ennis wrote:
>
> On Sat, Aug 24, 2019 at 3:21 PM Ian Mortimer <i.mortimer at uq.edu.au> wrote:
> >
> > On Sat, 24 Aug 2019, Gregory P. Ennis wrote:
> >
> > > On August 2, my desktop unit updated with
> > > kmod-nvidia-430.40-1.el7_6.elrepo.x86_64
> > > which broke yum having a multiple of dependencies not
2000 Dec 15
1
Preserving argument splitting with SSH
I'm using:
% ssh -V
SSH Version OpenSSH-1.2.3, protocol version 1.5.
Compiled with SSL.
% uname -a
Linux gellar 2.2.13 #1 SMP Wed Dec 29 14:07:41 PST 1999 i686 unknown
and am wondering whether it's a fundamental shortcoming of the SSH
protocol that argument splitting is not preserved from client to server,
but instead the argument list is re-split on whitespace. E.g., from my
machine
2019 Aug 25
1
kmod-nvidia-430.40-1.el7_6.elrepo.x86_64 fails to install
On 25/08/2019 15:50, Gregory P. Ennis wrote:
>
> On 25/08/2019 02:28, Gregory P. Ennis wrote:
>>
>> On Sat, Aug 24, 2019 at 3:21 PM Ian Mortimer <i.mortimer at uq.edu.au> wrote:
>>>
>>> On Sat, 24 Aug 2019, Gregory P. Ennis wrote:
>>>
>>>> On August 2, my desktop unit updated with
>>>>
2003 May 16
0
Dry run missing files
On Thu, May 15, 2003 at 10:40:21PM -0500, Lee Eakin wrote:
> > Date: Thu, 15 May 2003 20:11:09 -0700
> > From: jw schultz <jw@pegasys.ws>
> > Subject: [RFC] report options
> >
> > I have hinted in the past of wanting to go to a more
> > selective control of the output of rsync. Here it is.
> >
>
> Sounds very cool. I'm guessing that a