with an ssh config (.ssh/config) like such:
Host mymainframe
  HostName example.com
  User user
  Port 22
  IdentityFile ~/.ssh/id_rsa
When running the Connect to host... command palette command and selecting + Add a new host
The user should be able to enter ssh mymainframe to leverage the above profile.
Describe your enhancement idea
Describe alternatives you've considered
Provide any additional context