"Please login as the user "ubuntu" rather than the user "root"."의 두 판 사이의 차이

3번째 줄: 3번째 줄:


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
root@localhost:~# ssh root@135.79.246.80 -i my.pem  
root@localhost:~# ssh root@135.79.246.80 -i root.pem  
Please login as the user "ubuntu" rather than the user "root".
Please login as the user "ubuntu" rather than the user "root".
root@135.79.246.80: Permission denied (publickey).
root@135.79.246.80: Permission denied (publickey).
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:~# ssh ubuntu@135.79.246.80 -i ubuntu.pem
...
ubuntu@server:~$ sudo -i
root@server:~#
</syntaxhighlight>
</syntaxhighlight>



2024년 3월 9일 (토) 14:38 판

1 개요

Please login as the user "ubuntu" rather than the user "root".
root@localhost:~# ssh root@135.79.246.80 -i root.pem 
Please login as the user "ubuntu" rather than the user "root".
root@135.79.246.80: Permission denied (publickey).
root@localhost:~# ssh ubuntu@135.79.246.80 -i ubuntu.pem 
...
ubuntu@server:~$ sudo -i
root@server:~#

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}