매번 아래와 같이 접속하는 대신에
ssh -p <port> <user_name>@<host_name>
~/.ssh/config 파일에 내용을 추가해서
Host persephone
Hostname --
Port 1234
IdentityFile ~/.ssh/id_rsa
User bernice
LogLevel QUIET
Ciphers aes128-ctr,aes192-ctr,aes256-ctr
Compression yes
ForwardX11 yes
ForwardX11Trusted yes
ssh persephone 로만 접속하는 방법이 있다
'컴퓨터 > Cloud, Server' 카테고리의 다른 글
Jupyter Notebook over SSH (0) | 2022.08.12 |
---|---|
AWS 시작하기 (0) | 2022.08.12 |