[Chrootssh-users] ssh connections dropped
Brought to you by:
punkball
From: Nathan W. <NW...@fi...> - 2003-12-30 19:33:51
|
I have read through the mailing lists archives, but I have not found a solution that seems to work for what I have done, so I would like to ask for some help from anyone that might be able to offer some. =20 I have RH 9.0 installed and my config is as follows: Chroot env: =20 /u01/alcatraz/ [root@orion alcatraz]# ls -R .: bin dev home lib usr ./bin: bash cp ls mkdir mv rm rmdir sh ./dev: null zero ./home: test ./home/test: ./lib: ld-linux.so.2 libacl.so.1.0.3 libattr.so.1.0.1 libcrypt.so.1 libdl.so.2 libtermcap.so.2 libacl.so.1 libattr.so.1 libcrypto.so.4 libc.so.6 libnsl.so.1 libutil.so.1 ./usr: lib local ./usr/lib: libz.so.1 ./usr/local: libexec ./usr/local/libexec: sftp-server =20 =20 the passwd file entry for the test user: test:x:505:506::/u01/alcatraz/./home/test:/bin/sh =20 When I try to ssh with the /./ I get: [root@castle lib]# ssh -l test orion test@orion's password: Connection to orion closed by remote host. Connection to orion closed. =20 Without the /./ I can connect using ssh and sftp perfectly. First, I built openssh-3.7.1p2-chroot.tar.gz but when that didn't work, I downloaded and built openssh-3.7.1p2.tar.gz with osshChroot-3.7.1p2.diff, but I am still at a standstill. =20 =20 TIA =20 Nathan Weast |