Debian 서버 설정
운영체제 확인 명령: cat /etc/*release
초기 root 비밀번호 설정: sudo passwd root
ssh-copy-id username@remote_host
sshd_config 파일 위치: /etc/ssh/sshd_config
PasswordAuthentication no: 패스워드 로그인 비활성화
PermitRootLogin no: root 로그인 비활성화
설정 후 재시작: systemctl restart ssh
port...
nailhae.hashnode.dev1 min read