반응형 ssh1 Ubuntu Server 와 Windows MobaXterm SSH로 연결하기! 목표 : Ubuntu Server를 만들어서 Windows 환경에서 SSH을 통해 연동! 1. Ubuntu Server에서 SSH 설치! 설치 - $sudo apt-get install ssh 설치가 완료되면 ssh 서버 설정 파일에 접속한다 - $ vi /etc/ssh/sshd_config 설정파일에 들어가면 ...더보기 Port 22 Protocol 2 PermitRootLogin no AuthorizedKeysFile .ssh/authorized_keys PasswordAuthentication yes PubkeyAuthentications yes ChallengeResponseAuthentication no X11Forwarding yes UseDNS no 위와 같이 "#" 주석처리를 제거해주면 .. 2019. 7. 22. 이전 1 다음 반응형