Does SSH Tunnel 2 support keys + password

Some of the bastion hosts I use require both an authorized_key and a password.

Does the software support this feature?

It depends, "yes" if you use Proxy Jump to pass through bastion hosts, but "no" if you use ProxyCommand directive.

Please refer to this post to get detailed information of Proxy Jump:

My usage would be for local forwards:

127.0.0.1:8080 <=> bastion <=> remote_host:80

The bastion requires the SSH authorized_key and local account password.

Thanks.

You can do a quick test:

image

image