Advertisement

Thursday, August 23, 2018

Oracle Cloud - SSH Key Creation

This is the very first and the starter blog for Oracle Cloud Series on how to create an ssh key. 

Ssh key will be used to access Oracle Cloud over the internet. 

Login using any user and you should and run the ssh-keygen utility. 
This can be done using any unix account on your system with public connectivity. 



[ociuser@rac18c01 ~]$ ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/home/ociuser/.ssh/id_rsa):
Created directory '/home/ociuser/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/ociuser/.ssh/id_rsa.
Your public key has been saved in /home/ociuser/.ssh/id_rsa.pub.
The key fingerprint is:
40:59:80:10:59:c2:60:75:53:3c:3b:86:18:4c:c7:c8 ociuser@rac18c01.novalocal
The key's randomart image is:
+--[ RSA 2048]----+
|.+OB+===.        |
|. oE+ooo         |
|    o o o        |
|   . . =         |
|      . S        |
|                 |
|                 |
|                 |
|                 |

+-----------------+

The Key pair is saved in the file /home/ociuser/.ssh/id_rsa

No comments:
Write comments