Unable to connect to a host on aws using Boundary Client in windows

Hi there,
I am trying to a host added in a target group in my Boundary cluster ( running on aws instance ) using Boundary Desktop client application in windows and keeps getting error. But when tries to connect to same host using the cli commands of boundary from an instance in the same VPC, i am able to connect with the host. All the traffic from all ports is allowed on both my target host and windows.
Following are the error i am getting…

PS C:\Users\mbila> ssh 127.0.0.1 -p 63495 -vvv
OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
debug3: Failed to open file:C:/Users/mbila/.ssh/config error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_config error:2
debug2: resolve_canonicalize: hostname 127.0.0.1 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> 'C:\\Users\\mbila/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> 'C:\\Users\\mbila/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 127.0.0.1 [127.0.0.1] port 63495.
debug1: Connection established.
debug3: Failed to open file:C:/Users/mbila/.ssh/id_rsa error:2
debug3: Failed to open file:C:/Users/mbila/.ssh/id_rsa.pub error:2
debug3: failed to open file:C:/Users/mbila/.ssh/id_rsa error:2
debug1: identity file C:\\Users\\mbila/.ssh/id_rsa type -1```