how to rsync over ssh, but login is not permit

2004-09-16 Thread Jacky Kim
Regards! Jacky Kim . >On Thu, Sep 09, 2004 at 06:03:49PM +0800, Jacky Kim wrote: >> If the shell of user alpha is /sbin/nologin >> When use rsync with ssh mode, is it possible for alpha to use rsync >> to backup data? > >This is an ssh question: you

rsync with ssh mode vs. chroot

2004-09-09 Thread Jacky Kim
When use rsync with daemon mode, rsync can call chroot. But with ssh mode, is it possible to use chroot? Thanks very much! Best Regards! Jacky Kim . -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

daemon mode vs remote shell mode

2004-09-09 Thread Jacky Kim
When use rsync with daemon mode, how to permit user from using rsync via remote shell mode? Thanks very much! Best Regards! Jacky Kim . -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

ssh vs /sbin/nologin

2004-09-09 Thread Jacky Kim
If the shell of user alpha is /sbin/nologin When use rsync with ssh mode, is it possible for alpha to use rsync to backup data? I don't permit alpha to login the backup server. Thanks very much! Best Regards! Jacky Kim . -- To unsubscribe or change options: http://lists.samba.org/ma

without ssh prompt

2004-08-12 Thread Jacky Kim
asswd" | ssh [EMAIL PROTECTED] and get the follow message: Pseudo-terminal will not be allocated because stdin is not a terminal. Enter passphrase for key '/root/.ssh/id_rsa': How can I login into ssh server automaticly, without getting the prompt? Be