@rafaelff: What keys? The SSH keys? Where do you have those keys? In
.ssh
?
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
.ssh
?
Do you think it's worthwhile creating a small guide for this particular authentication option?
'
to "
in the parameter list. For whatever reason it doesn't like it.
aws ssm start-session --target %host --document-name AWS-StartSSHSession --parameters "portNumber=%port" --profile <aws profile> --region <region>
aws
via powershell.exe
(though I have no idea why), then you should do the same in WinSCP.
aws ssm start-session --target %host --document-name AWS-StartSSHSession --parameters 'portNumber=%port' --profile getnext --region us-east-1
i-02633e980a031c37f
.
.ssh/config
with the following config:
host i-* mi-*
ProxyCommand C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters portNumber=%p"