Hi Antonio - you need to set !requiretty in your sudoers file. This is
documented here:
http://docs.ceph.com/docs/jewel/start/quick-ceph-deploy/ but it
appears that section may not have been copied into the current docs.
You can test this by running 'ssh sds@node1 sudo whoami' from your adm
That error is a sudo error, not an SSH error. Making root login possible
without password doesn't affect this at all. ceph-deploy is successfully
logging in as sds to node01, but is failing to be able to execute sudo
commands without a password. To fix that you need to use `visudo` to give
the s
I tried create new cluster ceph, but on the my first command, received this
erro in blue.
Searched on the gogle about this erro, but believe that is error of the
ssh, and dont of the ceph.
I tried:
alias ssh="ssh -t" on the admin node
I Modifyed the file
Host node01
Hostname node01.domain.loc