Post by Ed YeviPost by Ed Yeviwe need to meet a requirement to use a jump server (such as tectia or
ssh) to connect endlessly but keep the lockdown mode provided by win6530, do you have
any suggestions?
Both solutions you mention seem to refer to SSH tunnels. I have used PuTTY tunnels for non-SSH clients (for example, debugging a Java VM).
But current versions of win6530, Outside View and Cail 6530 emulators all support SSH natively.
Not exactly sure what you're trying to solve, can you be more specific?
I need to implement a jump server but keeping the guardian block mode
MR-Win6530 is the best solution we have to connect to guardian in block mode locally, but we want to continue doing it through a jump server keeping the block mode.
so I want to know if you offer any product or add-on for MR-Win6530 that performs the function of jump server,
thank you very much for your support
Ed,
When a 'jump server' is used, it generally means a Remote Desktop where all of the programs
needed are loaded, meaning that nothing running on my own computer can access the remote
server (the NonStop, in this case).
For customers of mine that have implemented this, they've loaded Outside View or Win6530 on that server.
Your description makes me thing that your own computer is connecting to a 'Jump Server' with
terminal services, where you login. On that server you open Win6530 and connect.
I suspect your first post using 'lockdown mode' was an incorrect translation of the phrase
'block mode', is that correct? If so you don't need any kind of 'jump server'.
What is the verions of MR-Win6530 you are running?
For a very long time, it has supported making an SSH connection (NOT a telnet connection) directly,
and no tunnels are needed. Your original question
To use this, use 'File / New Profile... choose '6530 Terminal' and click OK,
THen choose 'Options / Communication', change the Interface to 'SSH (Secure Shell)', and
click 'Configure'. There, you put your Host, port, userid, and choose appropriate authentication.
If your NonStop SSH requires public key pairs, you can mange those on the 'User Keys' tab.
Then back on main, check 'Publickey' and choose the one you created on the other tab.
On first connect, you'll be asked whether to store the signature of the remote server the first
time you connect
Make sure your authentication matches what hsa been configured for your user in SSHCOM.
If your version of Win6530 is too old to support SSH, you may be able to open an SSH tunnel using the (free)
PuTTY client, and configure tunnels there. Then your Win6530 connects to the local
tunnel port (typically, 127.0.0.1:23), and the remote tunnel is the local IP address and port 23.
Both of these cases use a Win6530 as the client and allow full 6530 block mode.