How to connect to AWS ec2-instances with ssh keys?
In auth methods I just put login name and password, but my connection use key pair
Hi there,
Authenticating to Boundary is different from connecting to an SSH target – authenticating to Boundary is what allows you to authorize a connection to the target. Once you have authorized the connection and have a listening socket, you can authenticate via SSH as normal – you are simply pointing to the proxy address instead of the normal/public SSH address.
try boundary connect ssh -username foo -target-it ttcp... -- -i <key_path>
1 Like