Displaying 20 results from an estimated 4000 matches similar to: "[Bug 1054] Nmap Causing SSH Session to Prematurely End"
2005 Nov 02
1
sftp/scp hangs at connection, but ssh is OK
On 2005-10-30 16:46:11 +0100, Martin Schr?der wrote:
> I've read the FAQ and googled, but I'm still stymied:
> ssh localhost works, but scp and sftp both hang.
>
> ssh is OpenSSH_4.2p1, OpenSSL 0.9.6c [engine] 21 dec 2001
>
> The last lines of an "scp -4 -vvv .bashrc localhost:/tmp/" are:
> ----------------------------------
> debug2: mac_init: found
2011 Aug 26
0
Unable to execute the commands at remote machine after RSA handshake
HI,
I am succeeded to do the password less authonitication but
unable to execute the command and get the command OUTPUT/ERROR
message. Below is the ssh command trace. please let me know what is
the problem:
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug1: Entering
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
2009 Feb 08
0
[OpenSSH_5.1] Untrusted X11 forwarding (ssh -X) no longer works?
$ ssh -v
OpenSSH_5.1, OpenSSL 0.9.8j 07 Jan 2009
$ ssh -vvv -X example.com
[ Relevant debug info: ]
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1
[OpenSSH_5.1, OpenSSL 0.9.7j 04 May 2006]
debug2: x11_get_proto: /usr/X11R6/bin/xauth -f
/tmp/ssh-TLLOFKxvay/xauthfile generate :0.0 MIT-MAGIC-COOKIE-1
untrusted timeout 1200 2>/dev/null
Warning: untrusted X11 forwarding
2013 Jul 17
1
Integrating valgrind with sftp-server
Hi,
I am trying to integrate valgrind with sftp-server. I've replaced the sftp
subsystem line in /etc/ssh/sshd_config file as follows:
Subsystem sftp /usr/bin/valgrind --log-file=~/abc
--trace-children=yes /root/openssh-6.2p2/sftp-server
But I am not able to connect to the sftp-server. These are the last
messages that the client logs.
<snip>
debug1: Sending subsystem: sftp
2010 Jan 28
1
Possible issue with stdio forwarding
Greetings,
I've been doing a little testing with the stdio forwarding support added
in recent snapshots and have encountered one possible issue. First, I
should say that this feature generally seems to work. However, I haven't
been able to get it to work when connecting to a server running
SSH.COM's product.
The config file I am using is fairly simple:
Host sfe1
LogLevel debug3
2008 Aug 27
1
5.1p1 doesn't work, 5.0p1 works fine
5.1p1 disconnects after the password prompt when connecting to my router and UPS. 5.1p1 connects fine to other unix hosts, and my Windows client connects fine to 5.1p1 servers. 5.0p1 works fine everywhere.
I've tried ssh -T, ssh -t, permutations with ssh -o Compression=no -o TCPKeepAlive=no, etc, to no avail. I've used the default ssh_config file, and it still fails.
Can anyone
2008 Dec 24
1
Port forwarding using the client of a multiplexed connection.
I am trying to set up port forwarding using the client of a multiplexed
connection, but the client is dying.
The connection paramaters I am using are as follows:
for the master: /usr/bin/ssh -T -n -N -o ControlMaster=yes -o
ControlPath=/var/run/autossh/control-%r@%h-%p.sock -o ConnectionAttempts=3
-o BatchMode=yes -o EscapeChar=none -o ExitOnForwardFailure=yes -o
ServerAliveInterval=15 -o
2004 Jan 22
1
AIX and openssh 3.7.1p2 with privsep
I am attempting to run openssh 3.7.1p2 with privsep on AIX 5.2 ML2 (with
the december 2003 critical patches also).
This was compiled on the host machine with the IBM Visual Age C compiler (C
for AIX Compiler, Version 5).
I did not have any trouble compiling.
My configure was ./configure --with-tcp-wrappers, and I have the freeware
tcp wrappers (freeware.tcp_wrappers.rte 7.6.1.5),
and a compiled
2005 Aug 03
0
Xen rebooting Dom-0 machine with nmap
Ok,
I''ve completely reinstalled Xen and I am still encountering the most curious
problem.
I set up a virtual network of eight domains: three are on a virtual DMZ
network (10.0.1.0/24), four are on a virtual internal network (10.0.2.0/24),
and a router connects the two.
All the domains can ping each other and traceroute-ing between them shows
the proper network structure (first hop:
2015 Aug 24
0
Host does not respond to nmap
On Sun, August 23, 2015 7:34 pm, Mark LaPierre wrote:
> Hey Y'all,
>
> I just set up a new old machine on my network. I did a net install of
> CentOS 6.7 on it replacing an outdated copy of Win XP. Of course I'm
> now in the throws of configuring the machine to be a useful member of
> society.
>
> [mlapier at peach ~]$ nmap -sn 192.168.15.0/24
>
> Starting
2012 Sep 30
2
User can't use SFTP after chroot
Hi,
I've posted this question on ServerFault, but no answer has been found
(http://serverfault.com/questions/431329/user-cant-sftp-after-chroot).
I have version 1:5.3p1-3ubuntu7
To sum up: I want to chroot the user sam. Things I have done:
- add user 'sam' to group 'users'
- added Subsystem sftp internal-sftp to /etc/ssh/sshd_config (at the bottom)
- added a Match :
--
Match
2008 Apr 15
0
ChrootDirectory - SFTP subsystem works fine but SSH hangs
Hi
I'm using Centos 5 with Openssh-5.0p1 installed (and OpenSSL 0.98b and
Zlib 1.2.3-3). I've managed to get a chroot'd SFTP session using
ChrootDirectory and the new built-in SFTP subsystem. However, when I
use SSH to connect to the same account the session hangs rather than
closing the connection. This happens whether or not I use
/sbin/nologin /bin/false or even /bin/sh
2008 Mar 15
1
ssh/sshd hang after "debug2: channel 0: open confirm rwindow 0 rmax 32768"
Dear openssh developers,
Sorry to bother you with this, but I am stumped!
ssh client version:
OpenSSH_3.9p1 NCSA_GSSAPI_3.5 GSI, OpenSSL 0.9.7d 17 Mar 2004
sshd server version:
OpenSSH_4.6p1-hpn12v17 NCSA_GSSAPI_GPT_4.0 GSI, OpenSSL 0.9.7d 17 Mar 2004
The client/server interaction hangs just at the very end, after
authentication is complete. Here are a few lines of ssh -v -v -v output:
2008 Nov 18
1
Axway XFB sftp server & no-more-sessions@openssh.com
Hello all,
First of all, thank you for such great software.
I have a bug (and a fix) to report for 5.1p:
The "Axway XFB.Gateway" SFTP server will drop sftp sessions initiated from the OpenSSH 5.1p (HP-UX) sftp if it receives the "no-more-sessions at openssh.com" flag.
It can be reproduced also with the sftp sessions initiated from a OpenSSH 5.1p sftp on a Linux machine.
As
2015 Aug 24
2
Host does not respond to nmap
Hey Y'all,
I just set up a new old machine on my network. I did a net install of
CentOS 6.7 on it replacing an outdated copy of Win XP. Of course I'm
now in the throws of configuring the machine to be a useful member of
society.
[mlapier at peach ~]$ nmap -sn 192.168.15.0/24
Starting Nmap 5.51 ( http://nmap.org ) at 2015-08-23 20:12 EDT
Nmap scan report for 192.168.15.1
Host is up
2013 May 30
0
CEBA-2013:0881 CentOS 6 nmap FASTTRACK Update
CentOS Errata and Bugfix Advisory 2013:0881
Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0881.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
60a09c375423f65a3d62d65a7b2590991095aa89f655f21eee07f4c4665fe91d nmap-5.51-3.el6.i686.rpm
24eb30224cb24a84ef007ab57b438b89ccc006c6bf657a598d3ed19dabf08c11
2014 Jun 10
0
CEBA-2014:0683 CentOS 6 nmap FASTTRACK Update
CentOS Errata and Bugfix Advisory 2014:0683
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0683.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
28dff93e66f36501f807b6db7c96c533169d8660aca40fc5bc469e1cc3d8430f nmap-5.51-4.el6.i686.rpm
dd06297b7fb16ddf605b4bdb099b1f07923ff8a4385c8e56a1e1b4cdf719bc78
2004 Sep 29
1
X11 Forwarding troubles with OpenSSH client and OpenVMS host
Hello,
I searched through the mailing list archives here, at
securityfocus.com, at HP and google and have come up dry. Sorry in
advance if my search was not complete enough or I missed something but
I sure as heck didn't see anything.
ENV: Slackware 10 w/ ssh (SSH-2.0-OpenSSH_3.8.1p1) connecting to an
alpha with OpenVMS 7.3-2 w/ sshd (Remote protocol version 2.0, remote
software version
2006 Feb 22
7
[Bug 1161] scp -r fails
http://bugzilla.mindrot.org/show_bug.cgi?id=1161
Summary: scp -r fails
Product: Portable OpenSSH
Version: 4.3p1
Platform: ix86
OS/Version: Cygwin on NT/2k
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: bitbucket at mindrot.org
ReportedBy: gregt at post.pl
This is on