Displaying 1 result from an estimated 1 matches for "bastion_key".
2016 Sep 26
28
[Bug 2617] New: sign_and_send_pubkey: no separate private key for certificate
...w_bug.cgi?id=2550), but that was fixed
in 7.3p1.
The process using ssh certificate authentication through an SSH proxy
host. The private key is in the downloaded certificate. Openssh is
now looking for a separate ssh private key file.
Via 7.3 failure:
ssh -vvv -o 'ProxyCommand ssh -i ~/.ssh/bastion_key
my.name@<BASTIONHOST> -W %h:%p' ec2-user@<EC2HOST> -i
~/.ssh/bastion_key
OpenSSH_7.3p1, LibreSSL 2.4.2
debug1: Reading configuration data /Users/user/.ssh/config
debug1: /Users/user/.ssh/config line 27: Applying options for 10.*
debug1: Reading configuration data /usr/local/etc/ssh/...