You can use a commandline field in your profile configuration to initiate an SSH connection on tab creation.
Step-by-step guide:
- Open Settings (Ctrl+,)
- Find the "list" array in the "profiles" object
- Duplicate a Command Prompt profile ("commandline": "cmd.exe")
- Change the commandline value to:
ssh me@my-server -p 22 -i ~/.ssh/id_rsa
(use your own connection command).