OS/Linux

[Linux] PasswordAuthentication yes 설정

728x90
반응형

 

 

vi /etc/ssh/sshd_config

Match User admin,user1
        PasswordAuthentication yes
Match User ubuntu
        PubkeyAuthentication no
Match All
		PasswordAuthentication no

-> 특정 유저 admin, user1만 ID,Password형식으로 접속

-> ubuntu 유저경우 pem키접속 허용 no

-> 그 외 유저는 ID,Password 형식 허용 no

728x90
728x90