SSH
Notes
Create ssh alias
# 1. Create file ~/.ssh/config
# 2. Add config
Host <name_of_resourse>
HostName <ip_address>
Port <port>
User <user_name>
IdentityFIle <path_to_file>
Links
Last updated
Was this helpful?