Tagged Questions
0
votes
0answers
60 views
Creating a Safe Web Server
Web server hosts multiple websites. Multiple users update each website.
User home directory
/home/user1
/home/user2
Web directory
/var/www/site1
/var/www/site2
Each user uses SFTP to upload ...
3
votes
1answer
766 views
User logged in by sftp does not show up in `w`
My server is Centos 5. I have a chroot environment set up with the following in my sshd_config
Match group sftponly
ForceCommand internal-sftp
ChrootDirectory %h
AllowTcpForwarding no
...
2
votes
2answers
598 views
SFTP with Mysql user pass instead of PAM
Is there a way for people to log onto a debian server via sftp using just mysql database table as authentaction. IE not adding a user to the system?
I know it can be done over ftp and TLS but i ...
3
votes
1answer
489 views
Set visible directories for SFTP access?
I am setting up SFTP access to one of my machines running Linux with the Dropbear SSH server. When I SFTP onto the machine remotely, I can see the entire filesystem on it, even if I might not have ...