Linux CLI - SSH and Remote Access
Given this SSH config snippet:
What command will connect to the server using this config?
Host myserver HostName 192.168.1.10 User alice Port 2200
What command will connect to the server using this config?
