similar to: ssh option "-C" generates an error

Displaying 20 results from an estimated 1000 matches similar to: "ssh option "-C" generates an error"

2006 Jan 17
1
What the heck? A Vorbis scam?
Just today I received a weird e-mail that contained a worm (WORM_GREW.A) attached to it. From : Vinoth Kumar <vinoth@vinjey.com> Sent : Tuesday, January 17, 2006 6:29 PM To : <ivo_mmm@hotmail.com> Subject : Fw: Funny :) Attachment : Attachments001.BHX (0.13 MB) MIME-Version: 1.0 Received: from vinoth ([59.144.59.103]) by bay0-mc4-f5.bay0.hotmail.com with Microsoft
2000 Oct 08
1
OpenSSH-2.2.0 problem with ssh.com ssh-agent2
The OpenSSH and ssh.com agents use a completely different set of messages for dealing with DSA keys, so I don't expect the OpenSSH client to be able to get DSA keys from ssh-agent2. However, if I'm running "ssh-agent2 -1", I expect OpenSSH to be able to use RSA keys stored in ssh-agent2's agent1 compatibility box. And it does. However, there's a problem. If I'm
2008 Sep 23
1
ERROR:buffer_get_ret
hi, I am running openssh sourec code for ssh server.It is working successfully.daemon is running,but the problem is when conncting to this server from remote system i got the following errors. buffer_get_ret: trying to get more bytes 1 than in buffer 0 buffer_get: buffer error plese give me suggestions on this
2006 Oct 27
3
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463 m4gw4s at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED | ------- Comment #17 from m4gw4s at gmail.com 2006-10-27 23:31 -------
2005 May 19
1
ssh-keygen private keys export - new feature
Hello, I had some difficulties in order to convert private keys between different implementations of SSH. So, I wrote the following patch to allow export of SSH2 RSA and DSA private keys into IETF SECSH format. Note that I also slightly revised the IETF SECSH key import code. Usage: use of the "-e" option on a private key file generates an unencrypted private key file in IETF SECSH
2001 Oct 07
0
trivial grammatical patch
Hi. Debug message "No RSA1 key file blah" misled me for a few seconds earlier today. The message is meaning to say "key file blah is not an RSA1 key file", whereas I interpreted it to mean "key file blah does not exist". Trivial patch against 2.9.9p2's authfile.c: --- authfile.c.orig Sat Oct 6 19:52:16 2001 +++ authfile.c Sat Oct 6 19:53:11 2001 @@ -250,7
2008 Jun 15
3
[Bug 1478] New: ssh -V sends output to stderr instead of stdout
https://bugzilla.mindrot.org/show_bug.cgi?id=1478 Summary: ssh -V sends output to stderr instead of stdout Classification: Unclassified Product: Portable OpenSSH Version: 5.0p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo:
2008 Jan 16
4
x509 patch for SSH
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi guys, been trying the x509 patch for ssh from Roumen, it works great. However, I can't figure out couple of things, and been trying to solve it for couple of days already. I'am using OpenSSH_4.7p1-hpn12v19, OpenSSL 0.9.8g with 6.1 version of your patch. The serverside hostkey is configured correctly, to present x509v3-sign-rsa dynowork
2008 Mar 25
1
OpenSSH_4.7p1, OpenSSL 0.9.8g Host Key Verification Failed
Greetings, I am trying to cross compile OpenSSH 4.7 for ppc with QNX Neutrino as my OS. I have a workstation with QNX on it (x86) and I have linked the utils used by autoconf to their ppc versions. I have been able to successfully build sshd/ssh. I copy the binaries built on the x86 to the ppc, and sshd works great. I can ssh from any machine to it, but when I try to ssh from the ppc machine to
2005 May 20
1
Ogg vorbis decoder - Independent implementation questions
Hi All, Ours is an embedded software solutions company that focuses on developing embedded software solutions specific to the DSP market. I'm happy to inform the ogg vorbis developer community that today we have release trial version of our Ogg vorbis decoder made available on PC, TMS320C67x platform (More platforms to follow). More information about the same can be fetched from
2009 Oct 10
1
documentation bug?
Hi, I'm thoroughly RTFM'ing in order to find out what I'm doing wrong <http://lists.samba.org/archive/samba/2009-October/thread.html#151046> and I noticed that links from the *Samba-HOWTO-Collection* to the *manpages-3* don't work... the problem is that both documentation sets are on different directories but links don't include a path (nor absolute, nor relative).
2005 Dec 13
0
cant start samba 3.0.20b binary on AIX 5.3
Hey all, I downloaded the 3.0.20b binary (tar package) for AIX 5.3 and tried to start the smbd and nmbd daemons. I initially ran into the AIO problems listed in the Known issues section of the readme. I made the appropriate corrections and now I get this error msg: root@570a sbin]$./nmbd -D;./smbd -D exec(): 0509-036 Cannot load program ./nmbd because of the following errors:
2005 May 20
2
Experimental Bitrate peeler
Hi All, As specified in earlier email we have released the trial version of the ogg vorbis decoder. Along with the decoder we have released an experimental version of the bitrate peeler that we have used to test the decoder for bitrate peeled inputs. We have made the executable of the bitrate peeler available from our website downloads section. www.vinjey.com/ogg_downloads.html
2006 Mar 14
1
groups issue with openssh (all versions since at least 3.8), AIX 5.3 and NIS
Hello We are have a massive performance issue in our environment since a while. SSH logins simply take 30 s to 1 minute to give a prompt, telnet are instantaneous. After doing a few tcpdump and comparisons between telnet and ssh connections, we noticed that in average a ssh connection is generating over 12000 nis sessions, scanning basically all the group.byname table a few times and we got a
2008 Nov 05
1
openssh on interix
Hi openssh developers, I'm trying to port openssh to Interix. See [1] for more on this. For Interix sshd needs to be patched to not use setuid()/setgid(), but an Interix specific function setuser(). See [2] why it is needed. Unfortunately, setuser() needs the clear-text password of the user to be fully functional (If you use password-less setuser(), then the user doesn't have network
2008 Jan 01
3
[Bug 1425] New: buffer_append_space with rsync
https://bugzilla.mindrot.org/show_bug.cgi?id=1425 Summary: buffer_append_space with rsync Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org
2006 Jan 20
0
Virus Infection
Hi All, First hand, aplogies for any problems with the email you have received from this id. Thanks Ivo Ganavles, without your email i wouldn't even have noticed that this has happened. Ralph Giles guess was correct. My Win2k pc got infected by a virus name w32.blackmal.e@mm worn/virus. More details on the same is available from symantec website. It even deleted the Norton Antivirus files
2008 Jan 25
1
OpenSSH for OS/390
I have been trying to compile OpenSSH_4.7p1 for OS/390 and got really stuck. IBM released a build of v3.8.1p1 several years ago, but I do not know whether anyone else has ever managed to compile it for OS/390 or OS/z. The first problem is that the build apparently performs ssh transport exchange using EBCDIC character encoding instead of ASCII (which breaks RFC 4253) and I am not sure how to do
2006 Jan 26
0
Fw: SAMBA on AIX 5.1
forwarding this for AIX people...forgot to CC list.... D'oh! ----- Original Message ----- From: Antonio Sosa To: William Jojo Sent: Thursday, January 26, 2006 12:05 PM Subject: RE: SAMBA on AIX 5.1 Thanks William - I'll try it out. Antonio Sosa C.E.O. Ansotech Inc. "We Design Technology Around You" Tel: 877-389-8728 Cell: 773-406-3663
2014 Aug 26
0
Call for testing: OpenSSH 6.7
So results of testing ... Conditional caveats: 1) current snapshot will not build against native openssl on any system with openssl version <0.9.8f (i.e RHEL <=6.4) ... requiring alternate openssl installs . 2) openssl 1.0.1i on RHEL 4 and lower (gcc 2/3) only builds and tests cleanly static libssl.a and the current patched snapshot builds and tests to completion against it just fine