You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my config file:
vault_addr = "http://10.16.1.9:8200"
ssh_mount_point = "ssh"
tls_skip_verify = true
allowed_roles = "*"
when using vault ssh -role otp_key_role ubuntu@10.16.3.63, ssh exits with: Failed to establish SSH connection: "exit status 5"
I have installed askpass and the following log is generated: 2017/02/06 09:05:15 [ERROR]: ssh_helper: missing config 'vault_addr'
The text was updated successfully, but these errors were encountered:
@frezbo This is strange. Silly, but I would cross check if the config file containing the values and the config file actually being used by the helper are the same or not.
This is my config file:
vault_addr = "http://10.16.1.9:8200"
ssh_mount_point = "ssh"
tls_skip_verify = true
allowed_roles = "*"
when using
vault ssh -role otp_key_role ubuntu@10.16.3.63
, ssh exits with:Failed to establish SSH connection: "exit status 5"
I have installed askpass and the following log is generated:
2017/02/06 09:05:15 [ERROR]: ssh_helper: missing config 'vault_addr'
The text was updated successfully, but these errors were encountered: