Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Oracle Cloud Compute VM SSH Permission Denied Issue

edited Dec 4, 2017 8:00AM in OCI - General 6 comments

Summary

Oracle Cloud Compute VM SSH Permission Denied Issue

Content

I followed the below steps to generate SSH key pair set up for 3 nodes cluster.

In Master Node:

[root@master opc]# getenforce

Enforcing

[root@master opc]# setenforce 0

[root@master opc]# getenforce

Permissive

[root@master opc]# pwd

/home/opc

[opc@master ~]$ ssh-keygen -t rsa

Generating public/private rsa key pair.

Enter file in which to save the key (/home/opc/.ssh/id_rsa):

Enter passphrase (empty for no passphrase):

Enter same passphrase again:

Your identification has been saved in /home/opc/.ssh/id_rsa.

Your public key has been saved in /home/opc/.ssh/id_rsa.pub.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!