https://stackoverflow.com/questions/6119774/ssh-to-aws-instance-without-key-pairs
B) Setup the necessary users and their passwords with
# sudo adduser USERNAME
# sudo passwd USERNAME
C) Edit /etc/ssh/sshd_config setting
PasswordAuthentication yes
D) Restart the ssh daemon with
# sudo service ssh restart
'AWS' 카테고리의 다른 글
AWS 상의 네트워크 드라이브 공유 (0) | 2019.07.15 |
---|---|
Windows Server Core (0) | 2019.07.15 |
RDS MYSQL Read Replica (0) | 2019.07.15 |