Windows Terminal is good choice when come to connecting to multiple remote servers as well as local instances (WSLs, PowerShell , even cmd)
But when you attempt to connect to Oracle Cloud Infra (OCI), you may need to convert the ppk into pem and configure the Windows Terminal. Here goes the steps:
Prerequisites
- Install PuTTYgen
- Windows Terminal
- Keep
ppk
key from OCI - Ensure
ssh
tool installed in Windows ( Check from cmd terminal)
Steps
- Convert the
ppk
intopem
- With the help of PuTTYgen , 1st load the PRIVATE key (extn: ppk) and export as OpenSSH key
- Ensure the extension of new saved key as
pem
- Find the path of
ssh
in yourcmd
(Generally atSystem32\OpenSSH
) - Add a new profile in Windows Terminal, stating the path of the
ssh
and thepem
key- Supply your creds (Host/username)
- Pro tip: Add icon image if you prefer