Displaying 20 results from an estimated 11000 matches similar to: "OpenSSH 2.2.0p1 + Redhat 6.2 - Problem with scp"
2000 Nov 12
0
scp problems?
Hi. So I have been having problems using scp to copy
files between two of my machines, both of which are running OpenSSH
2.30p1 (though I've had the same problem with previous versions).
It is basically as simple as the file not being transferred after
authentication occurs. I can however use scp to copy files back and
forth from another machine using a SSH Communications version
2000 Sep 27
2
trouble logging out when using protocol version 2
Dear OpenSSH gurus,
My machine is running Red Hat Linux 6.1 and has installed all of the
6.binary rpms generated from the source rpms openssh-2.2.0p1-2.src.rpm
6.and openssl-0.9.5a-3.src.rpm.
When I use protocol version 2 (by specifying "Protocol 2,1" in
~/.ssh/config), I can establish connections properly, but they do not
shut down properly. When I run a remote command by "ssh
2001 Jan 17
1
couple of questions
This is regarding openssh 2.3.0p1 (the following problem was seen on
Linux client / server):
I have a problem with openssh when i don't "login": ie. i do the
following:
ssh -2 10.1.6.13 echo 0
It doesn't print the "0".
However, i can get it to print the "0" by doing the following:
ssh -2 10.1.6.13 echo 0 \; sleep 1
using "ssh -2 10.1.6.13"
2000 Sep 13
2
Can't connect to server using protocol v2?
Is this really caused by a buggy server, or is this an interoperability
problem? It seems to work ok when I specify -o "protocol 1" on the command
line. Thanks,
Greg
[gleblanc at grego1 gleblanc]$ ssh -v login.metalab.unc.edu
SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying
2000 Sep 14
2
openssh 2.2.0p1 fails with openssl 0.9.6-beta1
On Wed, Sep 13, 2000 at 09:13:26AM +0000, Graham Murray wrote:
> On upgrading to openssl 0.9.6-beta1, I find that openssh 2.2.0p1 fails
> to connect.
I did some more experiments and also saw the problems.
They occur when using a 0.9.6-beta client to connect to 0.9.5a and 0.9.6-beta
servers.
They also occur when using a 0.9.5a client connecting to a 0.9.6-beta
server.
Connections fail with
2000 Nov 22
0
openssh 2.3.0p1: chan_read_failed for istate 8
Hallo all!
I've found a repeatable problem concerning openssh 2.3.0p1 running on a
Linux-box with kernel 2.2.17. I compiled ssh from sources with
pam-support. Let me describe what I'm doing:
rsync -e ssh --delete --exclude "/Daten/test*" --exclude
/Daten/anonymous --exclude /Daten/comp_logs --exclude
/Daten/ehemalige_rwgsysm/cache --exclude
2001 Mar 23
1
openssh 2.3.0p1-5 loses stdout
Hello all
In a recent spate of paranoia we set our server (SuSE Linux 7.0, kernel
2.2.16) to use SSH version 2 and not SSH1. With openssh 2.3.0p1-5 running
as client and server, we find that stdout output is occasionally dropped:
ssh server echo "JJJ"
usually emits JJJ, but sometimes returns nothing -- although the command
is apparently performed.
In the happy case the server logs
2001 Feb 20
0
sftd problem on Tru64 Unix
I have a Digital Unix Version 4.0B and openssh works fine excect for
sftpd. I can do most things things with sftp (copy files, change
directories) but when I do an ls it drops the connection. This is with the
most recent version of openssh "OpenSSH_2.5.1p1". I have included the
output of sftpd -v -v . OpenSSH was complied with the gcc version 2.95.2 19991024
Byron Jennings
2001 Apr 04
0
Heh?
On Tue, 3 Apr 2001, Niels Provos wrote:
> Paul, something is broken in your openssh install.
Definately. But is it the client or the server?
I've sent it to the portable OpenSSH bug address.
I'm using OpenSSH 2.5.2p2-1.7 on a RedHat 7.0 with all updates.
Sometimes I can login fine, and sometimes I can't. It actually seems to
almost alternate,
2001 Feb 17
2
snapshot sftpserver
I'm having some problems with the sftpserver from yesterdays snapshot. It's
working fine on the machine I built it on, but the (supposedly) identical
machines I rdisted it to fails (SGI O2, Irix 6.5.11m).
The client says:
% sftp buskfuru
Connecting to buskfuru...
Enter passphrase for key '/usr/people/jfm/.ssh/id_dsa':
janfrode at buskfuru's password:
Received message too
2000 Nov 22
0
fds closed after SIGCHLD bug still in newest version
Attached is the stderr output of
ssh -v -v -v faxdial "dd if=/dev/zero bs=1c count=1000" 2> log1 | wc
-c
which leads to
423 (this time, it varies)
on stdout, which should obviously be
1000
instead.
Markus Friedl wrote:
>
> could you please try with 'ssh -v'
>
> i cannot reproduce this on openbsd.
>
> post the results to
2000 Jun 13
2
SCP Problems.
Just added myself to the list, and I saw that somebody else had the same
problem that I have, namely that I can't get "scp" to work. The similarities I
could see was that we both use linux as the platform for issuing the command
"scp", however I also use linux on the destination. The other similarity is that
we both are using strictly version 2 of the ssh protocol. I've
2000 Aug 07
1
X11-Forwarding OpenSSH 2.1.1p4 problem
Hi,
I have the following problem:
I have two computers. On the first RedHat 6.2 (Openssh 2.1.1) is
installed. The second is an PC with Windows NT 4.0 (SP 6) with Cygwin
and Openssh 2.1.1p4. The X-Server running on the WinNT machine is
Hummingbird Exceed 6.1 . I have activated X11-Forwarding in the
config-files on both machines.
I'm sitting in front of the WinNT machine and want to do a
2001 Feb 24
1
scp user@host1 user@host2 broken?
Hello all,
Is it just me or is 'scp user at host1 user at host2' broken (if the server asks
you for the password)?
1) [password required]
>From OpenSSH 2.5.1p1 -> OpenSSH 2.5.1p1 -> OpenSSH 2.3.0, I get like:
> scp pekkas at xxx:~/*.patch psavola at yyy:~/temp/
psavola at xxx's password:
You have no controlling tty. Cannot read passphrase.
lost connection
2)
2001 May 08
1
sftp problem
I am trying to resolve an issue with SSH2 version 2.5.2p2 on Solaris 2.6.
SSH2, SSH1 and SCP all work fine in and out. The problem is with SFTP. I
can SFTP out, but not in. I can't SFTP into itself. After I issue the
command, I get a password prompt. After I give the password, the connection
closes with an Exit Status 127. There are 3 other system configure the same
and everything is
2001 Feb 12
1
OpenSSH 2.3.0p1 bug with SCO UnixWare 7.1.0
I wasn't sur if you're the right person to send the bug reports to...
SCO Unixware 7.1.0 (uname: UnixWare) and probably the 2.1.x versions
(uname: UNIX_SV)
requires also to have USE_PIPES defined.
Also when compiling with tcpwrap it doesn't link due to the fact that UW
doesn't have setenv() and libwrap have one built-in (duplicate
symbols)...
Also when using the SSH2 protocol to
2000 Jun 06
0
SCO Openserver 5.0.5 ssh2 problem.
I just finished compiling openssh-2.1.0p3 on a SCO openserver system. I
generated the keys fine and genereated the host keys both rsa and dsa
without problems.
ssh (version1) works great.
I tried to use ssh (version 2) and after being prompted to login, it
quits. I am attaching a script file of...
ssh -v -2 root at sco to see if you can find the problem. Let me know how I
can help.
[root at
2000 May 28
1
Protocol error's with 2.1.0p2
I'm getting "Protocol errors" when trying to scp files from my
laptop to my desktop (only when trying to scp root at laptop:/path/file, not
vis-vis). See screen dump's at end of e-mail for exact details. The most
confusing thing about this problem (to me anyway), is that this is a
one-way problem. I can log into the laptop and scp files down from the
desktop no problems.
2001 Jan 18
0
OpenSSH v2.3.0p1 on Solaris 2.7/2.8 vs. OpenBSD 2.8
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've seen a few posts, but no solutions as of yet. Here's a
bit more info.
BoxA - Solaris 2.7, Maintenance Update 01/09/2001, SunWorks cc compiler
BoxB - Solaris 2.8, gcc-2.95.2 gcc compiler
BoxC - Solaris 2.7, Maintenance Update 01/09/2001, gcc-2.95.2 gcc
compiler
BoxD - OpenBSD 2.8, patched to STABLE, gcc-2.95.2 _and_ BSD cc compilers
2001 Jan 10
1
SSH2/1 Failure when using bash shell, other shells work
Got a strange problem here. We have OpenSSH 2.3.0p1 running on a variety of
machines and on one particular Redhat 6.2 machine(all patches applied) we
run into a situation where it will not allow us to start a shell when using
bash or bash2. csh and others work fine.
One note...if I enable PermitRootLogin, the user root IS allowed to login
with bash. This is very strange. I'm guessing it