$ vi /home/user/.ssh/config

Host test
  HostName IP:PORT
  User UserId

$ ssh test // 로 접속 하면 된다.

+ Recent posts