클라우드/AWS

AWS root 비밀번호 변경 / 알아내기

개발자국S2 2023. 3. 16. 14:28
sudo passwd root

를 입력하면

 

Changing password for user root.
New password: [바꾸고싶은 password입력]
BAD PASSWORD: The password fails the dictionary check - it is based on a dictionary word
Retype new password:
passwd: all authentication tokens updated successfully.

 

이런 과정을 거치게된다. 

나같은 경우 비밀번호를 간단한걸로 쳐서 BAS PASSWORD가 나오긴했으나 무시하고 생성이 가능하다. 

반응형