Re: chrooted ssh user and /dev/tty permission denied

2011-01-21 Thread Peter Vereshagin
You'll never silence the voice of the voiceless, Ibrahim! 2011/01/20 11:06:30 +0200 Ibrahim Harrani ibrahim.harr...@gmail.com = To freebsd-questions@freebsd.org : IH cannot open /dev/tty: permission denied message. This sounds as a problem of standard handles permissions to me. I'm not

chrooted ssh user and /dev/tty permission denied

2011-01-20 Thread Ibrahim Harrani
Hi, I have a problem with making remote ssh connection in chroot env. I configured chroot in sshd_config on FreeBSD 8.1 like following. Match user myuser ChrootDirectory /opt/root/myuser X11Forwarding no AllowTcpForwarding no RSAAuthentication yes

Re: chrooted ssh user and /dev/tty permission denied

2011-01-20 Thread krad
On 20 January 2011 09:06, Ibrahim Harrani ibrahim.harr...@gmail.com wrote: Hi, I have a problem with making remote ssh connection in chroot env. I configured chroot in sshd_config on FreeBSD 8.1 like following. Match user myuser         ChrootDirectory /opt/root/myuser