Displaying 20 results from an estimated 9000 matches similar to: "occasional ssh hang"
2001 May 04
0
Exit status strangeness
Hello,
Trying to get Oracle DataGuard running, which basically does a lot
of work between two replicating databases via rsh/ssh. It is breaking
because it pays very close attention to the exit status of ssh commands.
We are using OpenSSH 2.5.2p2 (also tried 2.9p1, same result) on Solaris 7
and 8. This seems to be Solaris specific, because I can't reproduce it
on Linux.
I've
2001 Jun 13
1
2.9p1 SCO OS 5.0.5 server and Linux client hang on exit when using X11 forwarding and protocol 2
When I run this command:
ssh -1 -v -n -l root njdb1b /usr/bin/X11/xterm -sb -sl 1000 -T njdb1b -e find /etc
An xterm appears on my screen, the contents of /etc scroll by and then ssh exits.
When I invoke the same command with the -2 option, the xterm appears (and disappears) but
ssh never exits. netstat says the (ssh) connection is still established but the xterm
is no longer
2001 Jul 02
0
2.9p2 -- ForwardX11 fails -- X11 connection uses different authentication protocol
Hi,
I just grabed the 2.9p2 and can't forward X11 connections. This worked
fine for me under 2.9p1 but with 2.9p2 it seems that $XAUTHORITY isn't
getting set and when I try and set it manually connections to the
Xserver still fail with:
debug1: X11 connection uses different authentication protocol.
debug1: X11 rejected 1 i1/o16
Verbose debugs below.
client:
OpenSSH_2.9p1, SSH
2001 Oct 10
0
sftp localhost exits after authentication?
Hi,
I use openssh-2.9p2 on a LynxOS i386 system. The ssh
and scp clients work fine. Even sftp from other Linux
systems works. But, if I make sftp to the localhost
(LynxOS), the authentication succeeds, prints sftp>
prompt and then exits. I don't know why this happens.
I have not set the euid of ssh program to root as it
does not work in LynxOS (may be problem with saved
ids). Might this
2001 Oct 10
7
OpenSSH solaris: bad return code after exec of remote command
Hi OpenSSH developers,
I am using openSSH (now 2.9.9p2, but prob occurs in 2.9p2 also) to execute
commands on a remote machine which outputs data to stdout then pipes it to
another invocation of ssh which connects back to the first machine in the same
way, where it starts a program to read and store the output from the command on
the second machine. I am using the "command" option in
2002 Nov 18
0
[Bug 438] New: SFTP does not work for users with RSH shells
http://bugzilla.mindrot.org/show_bug.cgi?id=438
Summary: SFTP does not work for users with RSH shells
Product: Portable OpenSSH
Version: older versions
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
2001 Jul 26
1
possible bug: OpenSSH appears to freeze on exit
Hello,
I believe I may have discovered what appears to be a small anomoly in
the way
OpenSSH closes connections and thought if I gave you some feedback I
might
be able to make a very small contributution to the development of
openssh.
This might be a Solaris 2.6 anomoly or an openssh anomoly or a
combination of both.
I came across this apparent anomoly because we use openssh (via cron)
here
to
2002 Mar 10
0
[Bug 156] New: Problem interacting with SSH on DigitalUnix
http://bugzilla.mindrot.org/show_bug.cgi?id=156
Summary: Problem interacting with SSH on DigitalUnix
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2001 Oct 23
1
ssh/sshd go off in limbo-land after closing remote session (v2.9.9p2)
When I run a remote xterm, the ssh hangs even after I quit the xterm.
Below is the output for the following sequence:
client> ssh -v -v -v dazel xterm
xterm> exit
client> ^C
The outcome is always the same - the ssh doesn't exit with I quit the
xterm... I have to hit CTRL-C on the client side.
polycut:~> ssh -v -v -v dazel xterm
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL
2000 May 09
1
2.9: remote port forwarding doesn't work
Hello,
I'm running OpenBSD 2.9 (-rOPENBSD_2_9) on i386. Remote port forwarding
doesn't work. Attached are 2 logs of
ssh -v -R2828:localhost:22 localhost
and
sshd -p 2222 -d
Note that server tries to forward to
Connection to port 2828 forwarding to 0.0.0.0 port 0 requested.
instead of localhost port 22 as it should.
what ssh, what sshd and /etc/sshd_config are also attached.
Thanks
2002 Dec 30
2
Problem while exiting sftp on SX-6...
Hi,
I am trying to run sftp on SX-6 and it is giving me problem when
I try to exit from sftp. On pressing ^D or entering "bye" on
sftp prompt, sftp hangs. And I have to press ^C to quit.
The versions are: -
1. openssh-3.1p1 on both client and server.
2. Both client (sftp) and server (sshd) are running on SX-6
It appears that the client and server are hanging on "select".
2002 Aug 01
1
[Bug 375] New: sshd core dumping with msg "Cannot delete credentials"
http://bugzilla.mindrot.org/show_bug.cgi?id=375
Summary: sshd core dumping with msg "Cannot delete credentials"
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
2002 Jul 25
0
[Bug 370] New: scp incompatibility when connecting to Commercial SSH server
http://bugzilla.mindrot.org/show_bug.cgi?id=370
Summary: scp incompatibility when connecting to Commercial SSH
server
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev
2001 Aug 22
1
[Fwd: [Fwd: openssh 2.9p2 hang problem]]
Markus Friedl wrote:
>
> ?'m not sure where the 'bug' is and whether this is 'really' a bug.
>
> try to talk to the openssh-unix-dev list, i'm too busy right now :(
>
> -m
>
> On Thu, Aug 16, 2001 at 03:51:19PM +0100, Mark Reardon wrote:
> > Hello Markus,
> >
> > I recently posted you with a mention of the 2.9p2 possible problem
2002 Apr 03
0
Problems on ssh and Cygwin
Hi,
I was given you name by a colleague of mine as someone who may be able
to help me with ssh and Cygwin.
I've set up Cygwin and ssh - but every time I run ssh it asks me for my
password. I want to set this up so I can use keys for the user and host
pair to stop this happening, but have had no success.
The id_dsa.pub file generated by ssh-keygen actually starts with
"ssh-dss",
2001 Nov 15
0
Case where ssh hangs on exit with 2.9.9p2 on Sol8
Here's the appropriate output with blow-by-blow explanation embedded...
I start by making a connection with X11 forwarding enabled:
polycut:~> ssh -v -v -v -X dazel
OpenSSH_2.9.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /opt/openssh-2.9.9p2/etc/ssh_config
debug3: Reading output from 'ls -alni /var/log'
debug3: Time elapsed: 23 msec
debug3:
2002 Jul 25
0
scp hangs
Hello,
When running scp (from openssh-3.4p1) on our linux systems we are
experiencing hangs after authentication. According to the debug
messages, authentication succeeds but the file itself is not
transferred. Openssh is built using OpenSSL 0.9.6d.
The command
scp foo 192.168.1.111:/tmp
will hang until the connection times out.
Below are the client and server side logs. An strace of the
2004 Sep 21
1
SFTP is prompting for password
Hi,
I am facing a problem in migrating to SFTP from FTP
for an unix based application.
I have got 2 m/c, SRC (Source) m/c and TRG (Target)
m/c.
For SFTP connectivity, I created a Public-Key
(ssh-keygen -t dsa) in src_usr1(user-id) at SRC m/c .
Which created the necessary identification file
(id_dsa & id_dsa.pub) andthen,
I copied the id_dsa.pub into the file authorized_keys
in
2001 May 25
4
Upgraded to 2.9p1 with no luck..
Howdy,
After upgrading to 2.9 (OpenSSH_2.9p1, SSH protocols 1.5/2.0, OpenSSL
0x0090600f)
I'm unable to ssh between two systems any more (the two that I've upgraded).
I've recompiled from the original source several times, each time with no
errors,
regenerated host keys, regenerated client keys (using rsa), etc., to no
avail.
Below are some relevant snippets of debugging output
2002 Jul 01
3
3.4p1: 'buffer_append_space: alloc 10506240 not supported'
I have been trying to install 3.4p1 on a number of machines.
Servers on ia64 Linux, i386 Linux and SPARC Solaris are all working
like charms. On the other hand, I am having trouble at least with
HPUX 11, DEC OSF 5.1 and Unixware: on all those systems, sshd bails
out after authentication with an error in buffer_append_space.
Here is the output of sshd -d on the UnixWare machine
(uname -a: