Saturday, March 6, 2021

Generating SSH keys on Linux

 [oracle@inbacloud ~]$ ssh-keygen -t rsa

Generating public/private rsa key pair.

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

Created directory '/home/oracle/.ssh'.

Enter passphrase (empty for no passphrase):

Enter same passphrase again:

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

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

The key fingerprint is:

ad:88:0b:10:db:47:b0:f6:98:4b:81:61:38:53:39:b5 oracle@inbacloud

The key's randomart image is:

+--[ RSA 2048]----+

|oooo.            |

|=ooo .           |

|oo+.E            |

| = *     .       |

|o = o   S .      |

| o o . . .       |

|  o . . .        |

|   . .           |

|    .            |

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

[oracle@inbacloud ~]$

No comments:

Table import and export.

Create Data Pump Directory. The first step in Oracle Data Pump is to create an OS level directory which will be used by Oracle for perform...