how to enable sshfs for chrooted shell users?

Discussion in 'Installation/Configuration' started by helptec, Jul 9, 2013.

  1. helptec

    helptec New Member

    Hi,
    i have configured a "shell user" called "toni" created from ispconfig web interface with "Jailkit" option.

    i can correctly connect using ssh with this command:
    Code:
    ssh [email protected]
    
    but when i try to mount sshfs with this command:
    Code:
    sshfs [email protected]:/web   /local_mountpoint
    
    i get this error:
    Code:
    remote host has disconnected
    
    is there a way to allow sshfs mount?
    Thanks
    L.
     
  2. helptec

    helptec New Member

    if can help, when the user "toni" is logged on chrooted shell if send command
    Code:
    scp
    
    gets error
    Code:
    unknown user 5048
    
    and command
    Code:
    sftp
    
    is not available and returns this
    Code:
    bash: sftp: command not found
    
     

Share This Page