Знайомтесь sshs консольний інтерфейс ssh клієнта для Windows
Встановлюємо sshs через менеджер пакунків Windows Chocolatey
choco install sshs

Налаштування інтерфейсу відбувається через текстовий файл, якщо його не існує створіть його
C:\Users\"імя_корситувача"\.ssh\config
Ось приклад конфігурації:
Host *
IdentityFile C:\Users\oleksandr\.ssh\superkey
Host "oracle"
HostName helloworld.net.ua
User bubuntus
Port 77
Host "helloworld.blog"
HostName helloworld.blog
User gentoo
Port 22
Host "digital"
HostName helloworld.net.ua
User helloworld
Port 22
IdentityFile C:\Users\oleksandr\key\hello
Більше про конфігурацію читайте в документації ssh_config