Re: sql developer, jump box, rsa

From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Sun, 20 Jun 2021 13:48:39 -0400
Message-ID: <3074d448-489d-55af-b12e-aa903e905435_at_gmail.com>


Hi Andy,

Have you tried tunneling? Something like:

ssh mgogala_at_jump.box.net -L 1521:localhost:1521

After that, you can try sqlplus scott/tiger_at_localhost:1521/service_name

The problem with that strategy is that you will have to log in manually from a terminal window before you can use the connection. Also, admins sometimes disable ssh tunneling. If that is the case, you  will not be able to connect.

On 6/17/21 1:20 PM, Andrew Kerber wrote:

So, this one is kind of out there.  I am trying to figure out how to connect sql developer to an oracle database through a jump box, when the jump box uses and RSA key (rotating key).  I figured out how to do it using both a private key file, and a static password.  But I cant figure out any way to do it using a rotating key.  The jump box receives the username, then prompts for a PASSCODE (in caps) when I log in manually, so I suspect that is part of the issue if sql developer is waiting for a password prompt instead of PASSCODE.
--
Andrew W. Kerber

'If at first you dont succeed, dont take up skydiving.'
-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com
-- http://www.freelists.org/webpage/oracle-l Received on Sun Jun 20 2021 - 19:48:39 CEST

Original text of this message