What happens is that I can log in, the shell starts, and immediately I
get dumped back out.  (The shell is killed.)  Any ideas why?  Incidently,
ssh 2.0.11 works fine, but I need to support ssh1 as well.

Any ideas?

-Jonathan

Here is the client's debug output:

ssh1 -v moe
SSH Version 1.2.25 [hppa1.1-hp-hpux10.20], protocol version 1.5.
Standard version.  Does not use RSAREF.
malachi: ssh_connect: getuid 1078 geteuid 0 anon 0
malachi: Connecting to moe [128.187.32.95] port 22.
malachi: Allocated local port 1022.
malachi: Connection established.
malachi: Remote protocol version 1.5, remote software version 1.2.26
malachi: Waiting for server public key.
malachi: Received server public key (768 bits) and host key (1024 bits).
malachi: Host 'moe' is known and matches the host key.
malachi: Initializing random; seed file /caedm/ellis/.ssh/random_seed
malachi: Encryption type: idea
malachi: Sent encrypted session key.
malachi: Installing crc compensation attack detector
malachi: Received encrypted confirmation.
malachi: Trying rhosts or /etc/hosts.equiv with RSA host authentication.
malachi: Server refused our rhosts authentication or host key.
malachi: No agent.
malachi: Doing password authentication.
ellis@moe's password: 
malachi: Requesting pty.
malachi: Requesting X11 forwarding with authentication spoofing.
malachi: Requesting shell.
malachi: Entering interactive session.
Last login: Fri Jan 22 16:06:54 1999 from moses.et.byu.edu
debug: System call getprojuser failed
fatal: Failure performing SGI project setup for user 1078.
debug: Calling cleanup 0x100283fc(0x0)
debug: Calling cleanup 0x10021264(0x0)
Connection to moe closed.
malachi: Transferred: stdin 0, stdout 240, stderr 27 bytes in 0.1 seconds
malachi: Bytes per second: stdin 0.0, stdout 4072.1, stderr 458.1
malachi: Exit status 1


And here's what the server says:
/usr/local/sbin/sshd1 -d
debug: sshd version 1.2.26 [mips-sgi-irix6.2]
debug: Initializing random number generator; seed file /etc/ssh_random_seed
log: Server listening on port 22.
log: Generating 768 bit RSA key.
Generating p:  ................++ (distance 216)
Generating q:  ............++ (distance 194)
Computing the keys...
Testing the keys...
Key generation complete.
log: RSA key generation complete.
debug: Server will not fork when running in debugging mode.
log: Connection from 128.187.3.104 port 1022
debug: Client protocol version 1.5; client software version 1.2.25
debug: Sent 768 bit public key and 1024 bit host key.
debug: Encryption type: idea
debug: Received session key; encryption turned on.
debug: Installing crc compensation attack detector.
debug: Attempting authentication for ellis.
debug: Trying rhosts with RSA host authentication for ellis
debug: RhostsRSA authentication failed for 'ellis', remote 'ellis', host 
'malachi.et.byu.edu'.
log: Password authentication for ellis accepted.
debug: Allocating pty.
debug: Received request for X11 forwarding with auth spoofing.
debug: Allocated channel 0 of type 1.
debug: Forking shell.
debug: Entering interactive session.
debug: End of interactive session; stdin 0, stdout (read 240, sent 240), stderr 0 
bytes.
debug: pty_cleanup_proc called
debug: Command exited with status 1.
debug: Received exit confirmation.
log: Closing connection to 128.187.3.104

Reply via email to