Use terminal and SSH to remote host
Use terminal and SSH to remote host
1. Modern Terminals
2. Open terminal in macOS
⌘ + spaceopen Spotlight
- search terminal.app

 - press 
↩
 
3. SSH to remote host
- ensure the private key file path.
 - enter the command in the terminal: 
ssh -i /path/to/private_key.pem ubuntu@ubuntu.host.com 
