# SSH SSH(Secure Shell Protocol)는 네트워크 프로토콜 중 하나로, 컴퓨터와 컴퓨터가 인터넷과 같은 공공 네트워크로 서로 통신할 때 보안을 가지고 안전하게 하기 위해 사용하는 프로토콜입니다. ## ssh config Host jace.link HostName jace.link User superuser PreferredAuthentications publickey IdentityFile ~/.ssh/id_rsa