-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hi, I would like to request SSH certificate support for authenticating with the remote host.
Currently I get an error: ERROR Could not open tunnel 'test': cannot make SSH client: could not connect to host redacted:22: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain as normal public key authentication is not allowed and only SSH certificates can be used for this host. If I try to set the identity option in the config to the certificate's path, I get a different error: ERROR Could not open tunnel 'test': could not prepare connection to redacted: test-host: no key files found. Hence it would be great if SSH certificate could be supported, either as a new config option or ideally by reading the .ssh/config file :)