• Kirill Smelkov's avatar
    slaprunner/sshd: Add support for sftp · 59ab2c0f
    Kirill Smelkov authored
    For sftp to work we need to define sftp "subsystem" on server side in
    sshd speak. Sftp support in turn allows for sshfs to work.
    
    NOTE
    
    	Subsystem sftp internal-sftp
    
    won't work because we are doing games with ForceCommand and reexecution
    of "$SSH_ORIGINAL_COMMAND" (see previous patch for details).
    59ab2c0f
instance-runner.cfg 27.9 KB