similar to: SSH problems ...

Displaying 20 results from an estimated 4000 matches similar to: "SSH problems ..."

1999 Dec 31
2
Ack...OpenSSH no longer compatible with SSH 1.2.26 clients?
I just tried, on a whim, to use an OpenSSH client vs SSH 1.2.26 client, and I can connect with it... Something drastic change between pre23 and pre24? Then again, I can't get pre23 to work anymore either, after further investigation :( OpenSSH clients connect no problem, just not the old SSH 1.2.26 clients ... Marc G. Fournier marc.fournier at acadiau.ca
2000 Jan 12
1
What are these files ... ?
total 3136 -rwxr-xr-x 1 root other 1913044 Jan 12 09:08 sshd -rw-rw-rw- 1 root other 0 Jan 12 09:08 stSyaqBu What are the st* files, and why are they being created in the same directory as sshd lives? Marc G. Fournier marc.fournier at acadiau.ca Senior Systems Administrator Acadia University "These are
1999 Dec 30
3
ANNOUNCE: openssh-1.2.1pre24
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 openssh-1.2.1pre24 is being uploaded to: http://violet.ibs.com.au/openssh/files/ This release fixes the silly bugs (almost all autoconf related) that crept into yesterday's release. 19991231 - Fix password support on systems with a mixture of shadowed and non-shadowed passwords (e.g. NIS). Report and fix from HARUYAMA Seigo
1999 Dec 30
3
ANNOUNCE: openssh-1.2.1pre24
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 openssh-1.2.1pre24 is being uploaded to: http://violet.ibs.com.au/openssh/files/ This release fixes the silly bugs (almost all autoconf related) that crept into yesterday's release. 19991231 - Fix password support on systems with a mixture of shadowed and non-shadowed passwords (e.g. NIS). Report and fix from HARUYAMA Seigo
1999 Nov 25
2
pre15 & Solaris 7 ... rsa.h problem ...
I don't remember what we did to fix this last time, and I've had to rebuild my system completely from scratch over the past few days, so dont' have past patches to work from ... new-relay:/usr/slocal/src/openssh-1.2pre15> make gcc -g -O2 -Wall -I/usr/slocal/include -DETCDIR=\"/usr/local/etc/ssh\" -DSSH_PROGRAM=\"/usr/slocal/bin/ssh\" -DHAVE_CONFIG_H -c
2000 May 30
1
Unable to use rdist in parrellel mode with 2.1.0p2 ...
Morning all ... using the following command to sync up the binaries on several machines: rdist -P /usr/slocal/bin/ssh -Rf /root/sync-systems generates the following error message(s): jasper: updating host jasper hermes: updating host hermes attila: updating host attila hercules: updating host hercules ".rcules: LOCAL ERROR: Unexpected input from server: "Couldn't initialise
2000 Jan 04
1
Why ...
in packet.c:packet_read_poll(), stored_checksum is an unsigned int, but GET_32BIT is returning an unsigned long ... Or isn't it? Marc G. Fournier marc.fournier at acadiau.ca Senior Systems Administrator Acadia University "These are my opinions, which are not necessarily shared by my employer"
2000 Jan 13
0
pre25 not honoring .rhosts?
One our servers at work, I use ssh/rdist to sync binaries on various machines...one master server, several client machines. This requires the ability to ssh to the remote host without a password, so I have a .rhosts setup on the remote host, trusting the 'central server'... With pre25, I can't seem to get this to work anymore... I have PermitRootLogin yes IgnoreRhosts no set ...
2001 May 11
2
icq2000b ... installs but doesn't run ...
Okay, am trying to get ICQ2000b installed under Wine for my GF ... I use LICQ myself, she doesn't like it as much as her Windows version, says it offers more then licq ... I do have a Windows partition, and install goes beautifully ... If I try and run it after the install, the 'Loading...' comes up and then I start getting: fixme:win32:SetCriticalSectionSpinCount
2000 May 11
1
OpenSSH 2.1.0 under Solaris 8 ...
Compiled great, got both my RSA and DSA keys' generated for Protocol 1/2, started up fine ... try to connect and get a bunch of errors: May 11 14:01:47 iris sshd[8578]: error: Couldn't wait for child '/bin/ls -alni' completion: No child processes May 11 14:01:47 iris last message repeated 3 times May 11 14:01:47 iris sshd[8578]: error: Command '/bin/ls -alni': select()
2000 Jan 04
1
A clue to solaris problem?
Got this from one of my users today ... ========== sshing did still work last week, but you had to use the blowfish encryption protocol instead of 3des that is used by default. ========== Marc G. Fournier marc.fournier at acadiau.ca Senior Systems Administrator Acadia University "These are my opinions, which are not necessarily
1999 Dec 30
2
quad_t: incompatible types in config.log:
configure:2050: checking for quad_t configure:2059: gcc -c -g -O2 -Wall -I/usr/slocal/include conftest.c 1>&5 configure: In function `main': configure:2055: incompatible types in assignment configure: failed program was: #line 2052 "configure" #include "confdefs.h" #include <sys/types.h> int main() { quad_t a; a = 1235; ; return 0; } Marc G. Fournier
1999 Nov 19
1
[solaris 7 patch] resubmit and extended ...
Okay, everything as the first large one I sent today, with a few extra mods. _PATH_MAILDIR is only used in sshd.c, that I can see, so moved the #ifdef from config.h.in to there. several files had __progname defined in the middle of the code, as well as at the top of the code, so cleaned those out. all the fixes for u_int32_t -> uint32_t and u_int16_t -> uint16_t, plus added appropriate
1999 Nov 22
1
[s-x86] OpenSSH 1.2pre14 fails on pam_open_session() ...
On Mon, 22 Nov 1999, Philip Brown wrote: > [ Marc G. Fournier writes ] > > debug("PAM_retval(open_session) about to run"); > > pam_retval = pam_open_session((pam_handle_t *)pamh, 0); > > > > > =========================================== > > > > so, its looking like I'm authenticated properly, but when trying to set up > > the
1999 Dec 30
1
more problems with solaris 7?
configure appears to be setting things right: dragon:/var/src/openssh-1.2.1pre23> grep INTXX config.h #define HAVE_INTXX_T 1 /* #undef HAVE_U_INTXX_T */ #define HAVE_UINTXX_T 1 Marc G. Fournier marc.fournier at acadiau.ca Senior Systems Administrator Acadia University "These are my opinions, which are not necessarily shared
1999 Nov 23
2
Fixes for Solaris
Attached is a small patch that should fix most of the problems reported. I am adding a recommendation to use GNU make to the INSTALL document. Regards, Damien -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work) -------------- next part -------------- Index:
1999 Jun 03
0
Security related bug/issue ... or mis-configuration? (fwd)
As a followup to my own email... We did some testing here today with connecting to the share from an NT box, where we connect to \\relay\marc as marc when log'd in as a seperate user...NT refuses to allow it. Is there a bug with the server that, using smbclient from Linux, allows you to connect to any share without a password? Can someone test this and see if its a local problem or not?
2000 Feb 08
0
[2.0.7pre1] found 'server = domain' directive ...
But, following the instructions, I get: eris:/usr/slocal/samba/bin> ./smbpasswd -j ACADIA -r pdc.acadiau.ca attempt_netbios_session_request: PDC.ACADIAU.CA rejected the session for name *SMBSERVER. Segmentation fault GDB shows: eris:/usr/slocal/samba/bin> gdb !$ core gdb smbpasswd core GNU gdb 4.17 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU
1999 Nov 19
0
EGD socket problem ...
Just tried out ssh in pre13, and still get the EGD problem? :( new-relay:/usr/slocal/src/openssh-1.2pre13> ./ssh -l marc atelier The authenticity of host 'atelier.acadiau.ca' can't be established. Key fingerprint is 1024 ef:36:b5:f8:a3:bb:14:4d:a9:4b:f2:90:9a:bd:bb:00. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added
2002 Mar 13
2
3.1p1 under Solaris x86 5.7 fails to compile ...
file missing? (cd openbsd-compat && make) make[1]: Entering directory `/usr/local/src/openssh-3.1p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/src/openssh-3.1p1/openbsd-compat' gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/slocal/include -I/usr/local/include -DSSHDIR=\"/usr/local/etc\"