Re: Question about ~/.ssh/rc and internal-sftp

2019-02-06 Thread Aleksandar Lazic
Am 06.02.2019 um 12:13 schrieb Jiri B: > Yes, you can but then you cannot use `internal-sftp` because it is > "internal" sshd process. > You must populate chroot in your ChrootDirectory, on Linux you also > need to have /dev/log > there. > > I use this solution to rsync uploaded files to other

Re: Question about ~/.ssh/rc and internal-sftp

2019-02-06 Thread Jiri B
Yes, you can but then you cannot use `internal-sftp` because it is "internal" sshd process. You must populate chroot in your ChrootDirectory, on Linux you also need to have /dev/log there. I use this solution to rsync uploaded files to other host. Jiri On Wed, Feb 6, 2019 at 10:49 AM Aleksandar

Question about ~/.ssh/rc and internal-sftp

2019-02-06 Thread Aleksandar Lazic
Hi. I hope this list is the right one to ask openssh questions, in case I'm wrong here please point me to the right list/channel, thanks. We use sftp for uploads and iWatch to post process the uploaded files. We have several Match blocks in our /etc/ssh/sshd_config ``` Match User user001