Displaying 20 results from an estimated 600 matches similar to: "[Bug 1217] scp does not limit bandwidth"
2008 Apr 16
2
CONNECTING VIA SSH BETWEEN CENTOS 4 AND 5
Hi,
I am trying to set up an automatic connection between CentOS 4 system
(server) and a CentOS 5 DomU VM (client) via ssh to enable my to back up
development files on the server to the client with a cron process.
I generate they key pair without a pass phrase on the client and copy
the public key to the same user's .ssh directory on the server as
authorized_keys2.
When I try to ssh to
2006 Jun 26
1
Problems with SFTP
Guys,
Once again I need some help I hope you can give me. When I try to SFTP to
any of my PCs (also running openssh) from my Xscale (ARM,
big-endian) system sftp segfaults on me. Sftp to the xscale system works
without any problems. I'm using openssl-0.9.8b (with ocf support),
linux-2.6.16 and openssh 4.3p2 on the Xscale system. One of the systems I
try to sftp to runs Openssh 3.7.1p2, with
2008 Nov 10
4
[Bug 1536] New: SSH modifies line endings when using command in authorized_keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1536
Summary: SSH modifies line endings when using command in
authorized_keys
Product: Portable OpenSSH
Version: 5.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2006 Sep 16
0
[Bug 1230] filename escaping of brackets in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=1230
Summary: filename escaping of brackets in sftp
Product: Portable OpenSSH
Version: 4.3p2
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: bitbucket at mindrot.org
ReportedBy: duncan2nd at
2006 Sep 14
2
openSSH 4.3p2
I have compiled the latest version to test out, installed into /opt so
as not to break my old version, and have not been able to log in, I am
trying to ssh into the local machine...
rmarshall at Sam:/opt/bin$ ./ssh sam -v
OpenSSH_4.3p2, OpenSSL 0.9.7g 11 Apr 2005
debug1: Reading configuration data /opt/etc/ssh/ssh_config
debug1: Connecting to sam [127.0.0.1] port 22.
debug1: Connection
2010 Jun 07
0
No subject
preprocess.c:
/* FIXME: This VAD is a kludge */
st->speech_prob =3D Pframe;
if (st->vad_enabled)
{
if (st->speech_prob > st->speech_prob_start || (st->was_speech && st->speec=
h_prob > st->speech_prob_continue))
{
st->was_speech=3D1;
return 1;
} else
{
st->was_speech=3D0;
return 0;
}
} else {
return 1;
}
AND
case SPEEX_PREPROCESS_SET_VAD:
2010 Jun 07
0
No subject
preprocess.c:
/* FIXME: This VAD is a kludge */
st->speech_prob =3D Pframe;
if (st->vad_enabled)
{
if (st->speech_prob > st->speech_prob_start || (st->was_speech && st->speec=
h_prob > st->speech_prob_continue))
{
st->was_speech=3D1;
return 1;
} else
{
st->was_speech=3D0;
return 0;
}
} else {
return 1;
}
AND
case SPEEX_PREPROCESS_SET_VAD:
2008 Dec 17
0
OpenSSH_4.6p1 - Not taking authmethod_Lookup parameter- keyboard-interactive
Hi,
I have the below version of openssh and openssl on solaris 10 machine
(say wcars9bd).
OpenSSH_4.6p1, OpenSSL 0.9.8e
I have the below version of openssh and openssl on solaris 9 machine
(say wcars99q).
OpenSSH_4.3p2, OpenSSL 0.9.8a
My concern is there if i initiate a connection to wcars9bd
(OpenSSH_4.6p1, OpenSSL 0.9.8e, Solaris10), I could see that its not
taking the authmethod_Lookup
2006 Jul 26
0
[Bug 1213] ssh-keyscan exits in mid-way
http://bugzilla.mindrot.org/show_bug.cgi?id=1213
Summary: ssh-keyscan exits in mid-way
Product: Portable OpenSSH
Version: 4.3p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at mindrot.org
ReportedBy: tryponraj at
2014 Mar 11
2
Upgrading openssh to 6.5 on centOS 5 machine
Hello Everyone,
I am a newbie.
I am supposed to upgrade openssh on a centOS machine.
Following are the current versions of openssh and centOS.
/tmp# /usr/sbin/sshd -V
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
/tmp# rpm -q centos-release
centos-release-5-2.el5.centos
I have already tried the following link.
http://fr2.rpmfind.net/linux/rpm2html/search.php?query=openssh
I am unable
2012 Oct 22
2
SCP support for -o StrictHostKeyChecking=no broken
Hi.
With SCP, it seems like the option precedence is ignored.
Although this seems to work well with SSH.
$ scp -oStrictHostKeyChecking=no hs21-dev04:/tmp/1 hs21-dev02:/tmp/2
The authenticity of host 'hs21-dev04 (192.168.12.11)' can't be established.
RSA key fingerprint is ec:0f:eb:b2:fa:6f:50:ef:89:64:01:5e:c9:cc:54:20.
Are you sure you want to continue connecting (yes/no)?
$
2006 Apr 28
2
Disconnecting: Bad packet length
Hi,
I'm trying to get OpenSSH to work on Solaris 10 wich Sun C 5.8 compiler
(SUNWspro 11). I've compiled OpenSSL 0.9.8a without problem and OpenSSH
4.3p2 as well.
[user at compilationserver ~/openssh-4.3p2] ./ssh -V
OpenSSH_4.3p2, OpenSSL 0.9.8a 11 Oct 2005
My problem is that I cannot connect to anything. When I try I always get an
error
[user at compilationserver ~/openssh-4.3p2]
2007 Mar 05
2
sshd leaking processes
Hello,
I am experiencing a problem with
OpenSSH_4.3p2 Debian-8, OpenSSL 0.9.8c 05 Sep 2006
I have a tool which I use to generate command lines for end-end
encryption through firewalls, following directions from an old
discussion on this mailing list (thanks btw). It gives me something
like this:
ssh -p 47774 localhost -o "ProxyCommand=ssh -v -v vds5.dedi.blackcatnetworks.co.uk -- 'nc
2010 Mar 31
2
Sending PATH using SendEnv
Hi
I thought this was something that might concern the developers so I thought I'd post here. Apologies in advance if that's not the case.
I'm setting up a CentOS cluster with OpenSSH_4.3p2 which uses ssh to launch processes on the remote nodes. I'm trying to use the SendEnv/AcceptEnv functionality to send the PATH environment variable from the headnode when users are launching
2008 Jun 09
1
Problem in RSA Key authentication
Hello Damien,
I am using OpenSSH-5.0 on my ARM board. I want to perform RSA
authentication, but server is not accepting the key generated by the
client. I have copied the authorized_keys in the "$HOME/.ssh/" folder
and provided permission (755) to that folder. Please help me how to
solve this problem.
Following is the log from the client
OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006
2009 Feb 06
3
Hung connection over Juniper Tunnel
Hello list!
So I recently reconfigured our office network to allow a permanent VPN
connection to our data center. This consists of a Juniper SSG-520
connected via a tunnel to a Juniper Netscreen-25 over a 100M leased
NTT VPN (yes I'm tunneling over the VPN as it's the only way to make
it routable.) Here is where OpenSSH come in. When I try and ssh to a
machine on the other end
2007 Mar 23
1
Permissions on the ssh-agent socket
Hello,
this may be a stupid question, but I'll ask anyways because I was unable to get
a satisfying answer somwhere else. So feel free to simply point out my stupidity,
if the problem lies only there.
The question:
If I start an ssh-agent, it creates a socket (/tmp/ssh-*/agent.*), with the socket's
and the directory's permissions set to 600. However, if I now connect to a remote
2008 Nov 03
0
Warning: No xauth data; using fake authentication data for X11 forwarding.
I'm seeing that warning quite often. I can easily reproduce it by doing
something like this:
# for i in $(seq 50);do ssh <server> date&;done
That's a cvs/ssh server and has 'MaxStartups 50' in /etc/ssh/sshd_config.
Server sshd is:
OpenSSH_4.3p2 Debian-9etch3 pat OpenSSH
Client ssh is:
OpenSSH_5.1p1 Debian-3, OpenSSL 0.9.8g 19 Oct 2007
I've also seen
2007 Jun 22
0
[Bug 1231] "Tunnel ethernet" always uses next tap-device
http://bugzilla.mindrot.org/show_bug.cgi?id=1231
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Keywords| |help-wanted
CC|
2006 Apr 25
1
Problem on using rsync/cygwin
I have setup a cygwin environment, and startup the sshd server in a WINDOWS
2000 Advanced Server, then i would like to using rsync to backup files from
the server, it works but It can only transfer some files(maybe 10 files,
maybe 20 files), then the rsync client paused and dont show any more
transfer. using the Ctrl-C and try the rsync again, it will transfer again,
from the last paused file, but