From owner-freebsd-ports@FreeBSD.ORG Mon Apr 16 16:32:49 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 447EB16A401 for ; Mon, 16 Apr 2007 16:32:49 +0000 (UTC) (envelope-from jumper99@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id AA7BC13C480 for ; Mon, 16 Apr 2007 16:32:48 +0000 (UTC) (envelope-from jumper99@gmx.de) Received: (qmail invoked by alias); 16 Apr 2007 16:32:47 -0000 Received: from unknown (EHLO wsa096) [193.101.155.96] by mail.gmx.net (mp031) with SMTP; 16 Apr 2007 18:32:47 +0200 X-Authenticated: #682707 X-Provags-ID: V01U2FsdGVkX195X74tGnZ5k8SkqfGBKAfIfYnvCa+opqk5onTHJw RNHa043F/k4HPp Message-ID: <001401c78044$ddc93130$609b65c1@vpe.de> From: "Helmut Schneider" To: References: <00a201c7777f$6d5de350$609b65c1@vpe.de> Date: Mon, 16 Apr 2007 18:32:46 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Y-GMX-Trusted: 0 Cc: rushani@FreeBSD.org Subject: Re: scponlyc X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2007 16:32:49 -0000 From: "Helmut Schneider" > currently I am very frustrated because I'm trying to get scponlyc > running. I successfully use it on OpenBSD for many years now. > > According to > http://lists.freebsd.org/pipermail/freebsd-questions/2007-January/139866.h > tml I mounted devfs to my jail: > > [root@orakel /usr/ports/shells/scponly]# mount | grep devfs > devfs on /dev (devfs, local) > devfs on /var/www/dev (devfs, local) > [root@orakel /usr/ports/shells/scponly]# > > I ran /usr/local/share/examples/scponly/setup_chroot.sh and created the > user and the jail. > > But when I try to connect using > - SSH Secure File Transfer > - WinSCP > - sftp > - ssh > - scp > I can't connect to the machine: > > [root@orakel /usr/ports/shells/scponly]# sftp dd@localhost > Connecting to localhost... > Password: > Connection closed > [root@orakel /usr/ports/shells/scponly]# chroot -u dd /var/www/ > /usr/libexec/sftp-server > ^C > [root@orakel /usr/ports/shells/scponly]# ssh dd@localhost > Password: > Last login: Thu Apr 5 14:30:50 2007 from localhost > Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 > The Regents of the University of California. All rights reserved. > > FreeBSD 6.2-RELEASE-p3 (SMP-GENERIC) #0: Thu Mar 22 23:34:02 CET 2007 > > Welcome to FreeBSD! > > [...] > > WinSCP: this is end-of-file:0 > ^CConnection to localhost closed. > [root@orakel /usr/ports/shells/scponly]# scp Makefile dd@localhost:/tmp/ > Password: > scponlyc in free(): error: junk pointer, too low to make sense > lost connection > [root@orakel /usr/ports/shells/scponly]# ls -la /var/www/tmp/ > total 4 > drwxrwxrwx 2 root daemon 512 Mar 26 13:21 . > dr-xr-xr-x 16 root daemon 512 Apr 5 13:52 .. > [root@orakel /usr/ports/shells/scponly]# > > scponly-4.6_1 is compiled from the ports with: > '-DWITH_SCPONLY_CHROOT', > '-DWITH_SCPONLY_SCP', > '-DWITH_SCPONLY_SFTP_LOGGING', > '-DWITH_SCPONLY_WINSCP', > > I am really depressed now, could someone please point me to a > enlightening place to bring back joy to my life? OK, ./setup_chroot.sh does not like special characters as password. PoC: Use setup_chroot.sh to create a new user and use a password with an exclamation mark at the end (like "password!") All scp/sftp Clients will fail with exit status 255. Cheers, Helmut