Use terminal and SSH to remote host
Use terminal and SSH to remote host
1. Modern Terminals
2. Open terminal in macOS
⌘ + space
open 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