00.OS
ssh config sample
왕영주
2021. 5. 20. 09:11
SSH config sample
Host yjwang
HostName 1.2.3.4
User root
Port 2202
Then 'below command' will works
# ssh yjwang
반응형