I am able to ssh to it without boundary ,its working . how to ssh to it directly from boundary worker?
I’m also facing similar issue. When I’m trying to connect my target using boundary CLI it is saying below error.
[root@ip-10-234-128-30 ~]# boundary connect ssh -target-id ttcp_1dkk5HFdDU -username ec2-user
Direct usage of BOUNDARY_TOKEN env var is deprecated; please use “-token env://” format, e.g. “-token env://BOUNDARY_TOKEN” to specify an env var to use.
kex_exchange_identification: read: Connection reset by peer
Connection reset by 127.0.0.1 port 37625
But able to connect postgres DB which is also running on same target EC2. Not sure what is causing the issue.