Displaying 20 results from an estimated 5000 matches similar to: "Corrupted MAC on input"
2001 Apr 23
2
Bad packet length error
Hello,
I just built openssh-2.5.2p2 on an HP running HP-UX 11.00. Seems now
when I try and connect to other HP's running ssh with version
openssh-2.3.0p1 (using protocol version 2), I'm getting disconnected
because of a "Bad packet length" error:
ssh -v isd1
...
debug1: ssh_dss_verify: signature correct
debug1: Wait SSH2_MSG_NEWKEYS.
debug1: GOT SSH2_MSG_NEWKEYS.
debug1: send
2002 Feb 02
2
disabling the authentication agent?
Is there any way to disable the authentication agent globally? I'm not
quite sure I understand it's purpose. Here is some background info:
workstation: Key pair (dsa).
host1: No key pair. No authorized_keys.
host2: Has my workstation's key in authorized_keys.
I ssh to host1 from my workstation.
I ssh to host2 from host1. I am asked for a password. Good.
I ssh to host2 from my
2011 Jul 28
1
intermittent problems obtaining shell with gssapi-with-mic
Hi,
I am seeing a rather strange issue with openssh-5.3p1 (both client and
server) under scientific linux 6. The systems in question are set up
to authenticate against a Kerberos server. ssh'ing between machines
works fine 99% of the time with the gssapi-with-mic method. But on
occasion an ssh session will fail to spawn a sheel for the user after
authentication. An example -vvv output in this
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
2025 Apr 17
2
[Bug 3814] New: incorrect signature when ssh'ing to an AIX server (Big Endian) from amd64 (Little endian)
https://bugzilla.mindrot.org/show_bug.cgi?id=3814
Bug ID: 3814
Summary: incorrect signature when ssh'ing to an AIX server (Big
Endian) from amd64 (Little endian)
Product: Portable OpenSSH
Version: 10.0p1
Hardware: PPC64
OS: AIX
Status: NEW
Severity: major
Priority: P5
2001 Apr 05
0
portable OpenSSH bugs.
On Thursday, April 5, 2001, at 02:09 , Theo de Raadt wrote:
> please mail details about the bugs asap.
The first bug I sent (pending/1759: 2.5.2p2 can't connect using protocol
2 to a 2.3.0p1 server), got sent back as "fixed in current" so hopefully
that is taken care of (details at the bottom of this message). I'm
happy to try and repro / debug these if necessary.
The
2003 Sep 17
3
[Bug 665] sshd doesn't work on Mac OS X
http://bugzilla.mindrot.org/show_bug.cgi?id=665
Summary: sshd doesn't work on Mac OS X
Product: Portable OpenSSH
Version: 3.7p1
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: max at
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
2009 Dec 14
1
[Bug 1685] New: ssh attempts v4 connection w/v6 BindAddress setting in ssh config
https://bugzilla.mindrot.org/show_bug.cgi?id=1685
Summary: ssh attempts v4 connection w/v6 BindAddress setting in
ssh config
Product: Portable OpenSSH
Version: 5.3p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo:
2010 Jan 28
3
Repost: [patch] Automatically add keys to agent
On Mon, Jan 18, 2010 Joachim Schipper wrote:
> What this patch does can be described as follows:
>
> Without:
> you at local$ ssh somehost
> Enter passphrase for RSA key 'foo':
> you at somehost$ exit
> $ ssh otherhost
> Enter passphrase for RSA key 'foo':
> you at otherhost$
>
> With:
> you at local$ ssh somehost
> Enter passphrase for RSA
2002 May 28
1
'Corrupted check bytes on input' when connecting to 1.2.30 server
Hello,
I get this error when trying to connect to an ancient server from the 3.2.3p1
client on Linux 2.2 (OpenSSL 0.9.5):
[root at XXX openssh-3.2.3p1]# /usr/local/bin/ssh -vv LOGIN_STRIPPED at decef.elf.stuba.sk
OpenSSH_3.2.3p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled,
2002 Mar 12
1
Disconnecting: Corrupted check bytes on input.
Hi,
just "cvs update"'d to get the latest portable version, to start
rebuilding our AIX systems to get zlib-1.1.4 and the channel-bug fix.
SSH protocol 2 seems to work nicely, ssh protocol 1 doesn't work properly.
Environment: AIX 4.3.3, openssl 0.9.6c, openssh as of today (Mar 12, 11:20
GMT).
Client/blowfish, to openssh 3.0p1 or to 2.5.1p1:
debug1: Encryption type: blowfish
2006 Oct 31
4
'make check' fails on d-p-q-r-tests (PR#9326)
'make check' fails on d-p-q-r-tests:
> ##-- non central Chi^2 :
> xB <- c(2000,1e6,1e50,Inf)
> for(df in c(0.1, 1, 10))
+ for(ncp in c(0, 1, 10, 100)) stopifnot(pchisq(xB, df=df, ncp=ncp) == 1)
Error: pchisq(xB, df = df, ncp = ncp) == 1 is not all TRUE
Execution halted
Here is some more testing:
xB <- c(2000,1e6,1e50,Inf)
for(df in c(0.1, 1, 10)) for(ncp in c(0, 1,
2002 Jun 26
2
debug output when ssh'ing a remote host
Hi list,
I'm not sure whether this (see below) is a "bug" or a feature but as I cannot find any information on this neither in the INSTALL file nor via ./configure --help or somewhere else, I would like to ask you whether there is an answer to my question.
Thanx a lot & kind regards - have a nice day,
B. Courtin
Question:
---------
I lately updatet from OpenSSH 3.0.1p1 to
2010 Apr 20
4
How to display the IP on the welcome screen
Hi all,
I'm running CentOS 5.4 in a VMware guest, with the host connected to a DHCP
enabled LAN
When CentOS comes up, I would like to see the IP adress displayed on the
welcome screen.
This would save me the hassle of logging in the VM, getting the IP, and
logging off before finally ssh'ing to the VM.
Does anyone have a clue on how to do this ??
Thanks!
PS: security is not an issue as
2025 Apr 08
1
samba 4.18 to 4.20 issue
Hello!
How are you?
I updated samba 4.18 to 4.20 and made a new samba ad member with samba
4.20. So transfer FSMO from 4.18 to 4.20. Follow commands to fix something
and finish disable 4.18.
All appears to work well for about 20 days and yesterday while trying to
configure special permissions on RSAT windows (read, write and no erase) at
the finish command it made total control and no respect to
2014 Jul 18
1
Read-only on /dev/tty causes ssh-add to show passwords when typed and ssh'ing to new hosts to fail
When permissions on /dev/tty are crw------- and owner root:root, ssh-add
will echo passwords to the terminal (sudo does not) and ssh fails with a
"Host key verification failed." error.
ssh -v -v -v provided a "debug1: read_passphrase: can't open /dev/tty:
Permission denied" which is how I figured out that /dev/tty had weird
permission issues.
I would have expected that
2001 Oct 01
2
FTP-to-CVS instructions
There's one section missing from the instructions for downloading a
tarball via FTP and migrating it to cvs.
I speak, of course, of the paragraph that explains that so many files end
up missing this way that after three tries you will give up, rm -rf wine,
do a full cvs -z 3 checkout wine, and kick youself hard for not just doing
a full checkout in the first place because then you'd have
2010 Nov 15
7
good shell script examples?
I am looking for a beginner guide to shell scripting simple tasks on CentOS
(e.g. ssh'ing into a server / router / switch, checking for certain things,
then exiting and going to the next IP).
Does anyone have any suggestions on where to look? (I'm relatively new to
bash)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Oct 26
5
ssh freezes
All too often, my ssh session will freeze.
I'm fairly certain the problem is at my end.
None of the tilde commands work.
In particular, ~# and ~. are nonfunctional.
I can write to ssh's terminal window from another terminal window.
If I kill the ssh process, I can ssh in again.
The next time it happens,
I will try another ssh session without killing the first one.
dmesg did not show me