You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using containerssh in kubernetes. Is it possible to use sshd in the container for handling sftp? (instead of sftp-server). I'm following up on #240, and I would like to use it's ChrootDirectory feature, but I can't get it working.
@adamkissvcc we can do this by including an SFTP protocol decoder in the ContainerSSH agent. This will, however, take some doing, so it may take a while.
ghost
changed the title
Use sshd for sftp
Add SFTP support to agent
Aug 24, 2021
Please describe what you need help with:
Hello,
I'm using containerssh in kubernetes. Is it possible to use sshd in the container for handling sftp? (instead of sftp-server). I'm following up on #240, and I would like to use it's ChrootDirectory feature, but I can't get it working.
Have you read the troubleshooting guide?
Knowing this information helps us avoid unnecessary questions.
What have you tried to resolve this problem?
I tried setting
where sftp.sh calls
exec /usr/sbin/sshd -D
, but i guess it's not that simple, I don't fully understand how sftp works with containerssh.The text was updated successfully, but these errors were encountered: