On Wed, Apr 27, 2005 at 07:27:06PM +0200, Arjen wrote:
> Btw:
> 
> >> I've been googling for the ssh issue and found that this also could be
> >> related to not being able to allocate a tty.
> 
> Last lines of strace ssh germ:
> 
> open("/etc/ssh/ssh_known_hosts", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/dev/tty", O_RDWR)                = -1 EACCES (Permission denied)
> open("/dev/tty", O_RDWR)                = -1 EACCES (Permission denied)

what does the following give (inside the vserver)

  ls -la /dev/tty

and on the host:

  showattr /vservers/<name>/dev/tty

best,
Herbert

> write(2, "Host key verification failed.\r\n", 31Host key verification
> failed.
> ) = 31
> exit_group(255)                         = ?
> 
> I guess is why I can't ssh as a normal user. Note that this is an install as
> found in the Gentoo guide, http://dev.gentoo.org/~hollow/vserver/guide/.
> 
> HTH! TIA!
> -Arjen
> 
> 
> _______________________________________________
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to