Authentication problems

Advertisement

bmather
Guest

Authentication problems

I have set up serveral Suse9 machines with openssh using kerberos passwords and an afs home directory. I can ssh freely between the machines and to and from other linux machines.
WinSCP 2.3.0 can connect to the other linux and Unix systems but gives the following error with the Suse9 machines:

1st Message:

Command "groups"
failed with returncode 1 and error message
id: cannot find name for group ID 34122
idL cannot find name for group ID 38916

2nd Message

Error listing directory "/afs/ncsa.uiuc.edu/.u1/bmather"
Unexpected directory listing line "drwxr--r-- 27 bmather
root 6144 2004-04-30 13:19.".
Operation aborted

The Transfer screen then opens with the right panel blank. If I try to change directories on the right panel, I get a repeat of the second message.

If I log in with a user that does not use a kerberos password - the login is successful and all works.
Changing the home dirctory from afs to local does not change the behavior.

I would appreciate any insight.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Authentication problems

bmather wrote:

Command "groups"
failed with returncode 1 and error message
id: cannot find name for group ID 34122
idL cannot find name for group ID 38916
Turn off "Lookup user groups" on SCP tab of login dialog.
Error listing directory "/afs/ncsa.uiuc.edu/.u1/bmather"
Unexpected directory listing line "drwxr--r-- 27 bmather
root 6144 2004-04-30 13:19.".
WinSCP does not support the "2004-04-30" format of the date. Try to use SFTP instead of SCP.

Reply with quote

Fosforo
Guest

ssh error

this error seems like you are using an ssh jail

please copy the following binaries into the jail (and also library dependencies)

/usr/bin/ssh
/usr/bin/scp

then make sure to create the following devices under the jail:

mknod dev/tty c 5 0
mknod dev/urandom c 1 9

if something goes wrong, try executing scp -v origin destiny in the jail, scp will throw the error (like a missing /dev/? or file or group inside the ssh jail)

Reply with quote

Advertisement

You can post new topics in this forum