Я пытался войти в свои сентос 7, используя бездействующую технику.
Сначала я сгенерировал открытый ключ:
ssh-keygen
затем попытался соединить ключи с пультом:
➜ ~ ssh-copy-id user@xxx.com
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
user@xxx.com's password:
Number of key(s) added: 1
Now try logging into the machine, with "ssh 'user@xxx.com'"
and check to make sure that only the key(s) you wanted were added.
Позже я попытался подключиться к удаленному, но получил запрос пароля:
➜ ~ ssh 'user@xxx.com'
user@xxx.com's password:
Кроме того, я пытался сделать то же самое с пользователем root, и с пользователем root эта техника работает