I'm connecting to AWS EC2 instances with AWS Session Manager, and the ssh port is dynamic which get from command "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
Is that possible to let such proxy command control ssh port instead of a fixed value in settings?
I'm connecting to AWS EC2 instances with AWS Session Manager, and the ssh port is dynamic which get from command "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
Is that possible to let such proxy command control ssh port instead of a fixed value in settings?