sshd in jail

2009-06-03 Thread Sajó Zsolt Attila
Hi! I would like use the sshd in jail, but the port forwarding doesn't work in the pf firewall. My jail ip: 10.0.0.40. If I use the ssh -l user 10.0.0.40 command it's well, but when I use the ssh -p 5859 -vv -l user luk1814.no-ip.org command I get this error: OpenSSH_5.1p1 FreeBSD-20080901

Re: sshd in jail

2009-06-03 Thread Valentin Bud
2009/6/3 Sajó Zsolt Attila sajozsatt...@citromail.hu Hi! I would like use the sshd in jail, but the port forwarding doesn't work in the pf firewall. My jail ip: 10.0.0.40. If I use the ssh -l user 10.0.0.40 command it's well, but when I use the ssh -p 5859 -vv -l user luk1814.no-ip.org

Re: sshd in jail

2009-06-03 Thread Sajó Zsolt Attila
;sajozsatt...@citromail.hugt; Elküldve: 09:33 Téma: Re: sshd in jail 2009/6/3 Sajó Zsolt Attila luk1814.no-ip.org command I get this error: gt; OpenSSH_5.1p1 FreeBSD-20080901, OpenSSL 0.9.8e 23 Feb 2007 gt; debug1: Reading configuration data /etc/ssh/ssh_config gt; debug2: ssh_connect: needpriv

Fbsd 5.4rc3 sshd in jail won`t start

2005-04-25 Thread Casper
?? SsJ0:00.01 /usr/sbin/cron -s I have configured rc.conf in jail to start sshd at boot and sshd_config that it listen only 192.168.10.1 ip. # jexec 1 /usr/sbin/sshd PRNG is not seeded I readed that there must be in kernel device random, what I have. But I don`t have in jail dev directory

Re: Fbsd 5.4rc3 sshd in jail won`t start

2005-04-25 Thread Kris Kennaway
ax | grep J 432 ?? SsJ0:00.01 /usr/sbin/syslogd -ss 484 ?? SsJ0:00.01 /usr/sbin/cron -s I have configured rc.conf in jail to start sshd at boot and sshd_config that it listen only 192.168.10.1 ip. # jexec 1 /usr/sbin/sshd PRNG is not seeded I readed that there must

Re: Trouble with sshd in jail

2005-02-17 Thread Jorn Argelo
jail id /path/to/your/shell Cheers, Jorn -- Anish Mistry - Original Message - From: [EMAIL PROTECTED] Date: Wednesday, February 16, 2005 10:35 am Subject: Trouble with sshd in jail I have some trouble with sshd in jail. This is description of the problem: I have

Re: Trouble with sshd in jail

2005-02-17 Thread Emanuel Strobl
Am Mittwoch, 16. Februar 2005 16:35 schrieb [EMAIL PROTECTED]: [...] Then I start jail: #jail /jail testhost 161.66.11.2 /bin/sh /etc/rc Two problems: then jail startup, the message Starting sshd... stops for 10 min. That's one. Then booting This is because the sshd startupscript generates

Trouble with sshd in jail

2005-02-16 Thread musikcom
I have some trouble with sshd in jail. This is description of the problem: I have host system based on FreeBSD 5.1 Release with IP 161.66.11.1 Futher I do these steps for creating jail on host system: cd /usr/src mkdir -p /jail make world DESTDIR=/jail cd etc make distribution DESTDIR=/jail

Re: Trouble with sshd in jail

2005-02-16 Thread ANISH MISTRY
in jail I have some trouble with sshd in jail. This is description of the problem: I have host system based on FreeBSD 5.1 Release with IP 161.66.11.1 Futher I do these steps for creating jail on host system: cd /usr/src mkdir -p /jail make world DESTDIR=/jail cd etc make