AndrewChubatiuk / terraform-provider-ssh

This provider enables SSH port forwarding in Terraform.
Mozilla Public License 2.0
8 stars 9 forks source link

fix: allow ssh-tunnel to work with password-auth #13

Open david-jointech opened 8 months ago

david-jointech commented 8 months ago

Running the provider without a private_key in auth no longer produces a runtime error.

Also, when provided password-authentication takes precedence over ssh-socket-authentication. Since ssh-socket-auth is automatically added, it might block authentication otherwise, when the host doesn't exist there.

Fixes #12