SSH Into remote machine | Error solving permission denied (publickey gssapi-keyex gssapi-with-mic)

preview_player
Показать описание
Farhan Tanvir Utshaw
-----------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Thanks, I have been trying to resolve this issue for the last 4 hrs and your 1:31 min video gave me a solution really thanks.

itachi_uchiha
Автор

Hi, thank you for the video. I need some extra advice. All seemed fine until the terminal didn't allow any more input. I could not enter the last CLI commands (ssh server 002), as after the < echo "{MY_KEY}" >> ~/.ssh/authorized_keys >. The last line shows the message 1, 3 All

This is a summary of your tutorial. What does it mean?

ssh-keygen

cat ~/.ssh/id_rsa.pub

output for later…)

mkdir -p ~/.ssh && chmod 700 ~/.ssh ; touch ~/.ssh/authorized_keys

MY_KEY= “paste here inside quotation marks the output you copied. MAKE SURE THERE ARE NOT SPACES IN BETWEEN ANYTHING”

echo "{MY_KEY}" >> ~/.ssh/authorized_keys

vi ~/.ssh/authorized_keys

ssh server02

to continue)

alejandraorcutt