There is a server with CentOS 6.4 and remote sftp storage (without Linux). I connect to it with the command:
sshfs пользователь@адрес: /var/spool/asterisk/ftpserver -o allow_other,reconnect,ServerAliveInterval=30,uid=1000,gid=1000,umask=000,nonempty Then you need to enter a password. How can I connect automatically without manually entering a password? For example, in curlftpfs there is such a function:
-o user=юзер:пароль But curlftpfs seemed very slow to me.
I tried to copy the rsa key to the storage with the command:
ssh-copy-id -i ~/.ssh/id_rsa.pub '-p 22 юзер@адрес' But this error appears:
exec request failed on channel 0