oracle-samples / knife-oci

Chef Knife Plugin for Oracle Cloud Infrastructure
https://cloud.oracle.com/cloud-infrastructure
Other
12 stars 15 forks source link

Fix 'knife oci server create' SSH for newer Chef Workstation versions #63

Closed briangustafson closed 5 years ago

briangustafson commented 5 years ago

Recent versions of Chef Workstation and ChefDK are failing to SSH into the instance during 'knife oci server create':

Connecting to x.x.x.x Enter the password for opc@x.x.x.x: Failed to authenticate opc - trying password auth Enter your password: Enter the password for opc@x.x.x.x: ERROR: Net::SSH::AuthenticationFailed: Authentication failed for user opc@x.x.x.x

Testing on newer and older versions indicate that this ssh_gateway setting is not needed.

briangustafson commented 5 years ago

Offline approval from @viralmodi