ssh pede senha por não conseguir localizar o arquivo

0

Estou brincando com minhas chaves SSH e agora estou tentando fazer com que funcione. Eu mudei para o .pub e os arquivos SSH que eu uso para conectar ao servidor que são chamados de saleslist .

Agora eu os movi para ~/.ssh/ e o pub e o normal estão lá.

No entanto, quando tento acessar o SSH no meu servidor, recebo a senha, mesmo na conta de implantação que registrei com --disabled-password .

Eu corri ssh -v sebastian@ip e ele retornou:

debug1: Found key in /Users/Sebastian/.ssh/known_hosts:43
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/Sebastian/.ssh/github_rsa
debug1: Authentications that can continue: publickey,password
debug1: Offering RSA public key: /Users/Sebastian/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /Users/Sebastian/.ssh/id_dsa
debug1: Trying private key: /Users/Sebastian/.ssh/id_ecdsa
debug1: Trying private key: /Users/Sebastian/.ssh/id_ed25519
debug1: Next authentication method: password

alguém sabe como eu posso consertar isso?

    
por Sebastian Jennings Almnes 16.12.2015 / 12:43

1 resposta

1

Verifique se a chave pública está carregada e disponível no host remoto em ~/.ssh/authorized_keys .

Além disso, certifique-se de que as permissões no diretório ~/.ssh sejam 700 (drwx ------) e 600 (-rw -------) no ~/.ssh/authorized_keys .

    
por 16.12.2015 / 12:48

Tags