#yum install sshfs or apt intstall sshfs #mount mkdir /disk sshfs user@IP:/path /disk #unmount fusermount -u /disk #mount with password sshfs -o password_stdin user@IP:/ /disk <<< 'your password'
#yum install sshfs or apt intstall sshfs #mount mkdir /disk sshfs user@IP:/path /disk #unmount fusermount -u /disk #mount with password sshfs -o password_stdin user@IP:/ /disk <<< 'your password'
Your account will be closed and all data will be permanently deleted and cannot be recovered. Are you sure?