Displaying 2 results from an estimated 2 matches for "bastionhost".
2016 Sep 26
28
[Bug 2617] New: sign_and_send_pubkey: no separate private key for certificate
...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/ssh_config
debug1: Execu...
2003 Mar 17
1
ProxyCommand
Hi all,
I tried to use the ProxyCommand option in the ~/.ssh/config file like
ProxyCommand /usr/local/bin/corkscrew <firewall> 80 %h %p
but it seems th me that the ssh clinet won't use the option
.. How can I tell the client to accept the proxy an send all requests to this host, bcause the internet names ("%P") cannot be resolved inside our lan - this must do the proxy.