Tagged: SSH

Github + Multiple Repository SSH Deploy Keys

I use Jenkins for CD/CI, but was running into the issue of deleted files not being removed from the target server. My solution to this issue was to only use Jenkins to generate the...

SFTP access via chroot on CentOS

Install OpenSSH 5.6 to get chroot support: Validate that you have 5.6 installed: Update /etc/ssh/sshd_config to have the following (comment out existing subsystem line) Set the user’s home directory to be just USER when...