Win SSH host 代理配置及远程免密码登陆
https://blog.csdn.net/u010649766/article/details/78423186
Host <remote host name-just you like>
HostName <remote host ip>
User <remote user, usually 'root'>
IdentityFile <your private rsa key, My location is 'C:/Users/A/.ssh/id_rsa'>Then upload your public rsa key in remote server.
ssh <remote host name>