0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2025-03-09 15:16:00 -04:00

code block

This commit is contained in:
Jan Fabian Radon 2022-03-30 15:11:53 +02:00 committed by GitHub
parent c18de0964e
commit f6891135dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,9 +136,9 @@ ssh-keygen -t rsa -b 4096 -f ssh_host_rsa_key < /dev/null
``` ```
Test it with: Test it with:
```
sftp -P 2222 -i <host-dir>/ssh_host_ed25519_key -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null foo@localhost sftp -P 2222 -i <host-dir>/ssh_host_ed25519_key -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null foo@localhost
```
## Execute custom scripts or applications ## Execute custom scripts or applications
Put your programs in `/etc/sftp.d/` and it will automatically run when the container starts. Put your programs in `/etc/sftp.d/` and it will automatically run when the container starts.