SSH Client - How to Shortcut

Everything about buying, using, and managing OpenVMS systems not covered by other sections.
Post Reply

Topic author
poorfellow
Member
Posts: 7
Joined: Tue Sep 01, 2020 10:23 am
Reputation: 0
Status: Offline

SSH Client - How to Shortcut

Post by poorfellow » Tue Aug 29, 2023 10:13 pm

Hey all,

I'm a little green on OpenVMS, and I have it on Integrity and x86 in my lab. How do I make a simple "SSH" plus the connection string work seamlessly? I can't seem to find both the location of the ssh client executable, nor can I find a way to make it run with just ssh.

I appreciate it.


sms
Master
Posts: 349
Joined: Fri Aug 21, 2020 5:18 pm
Reputation: 0
Status: Offline

Re: SSH Client - How to Shortcut

Post by sms » Wed Aug 30, 2023 12:18 am

Code: Select all

> [...] I have it on Integrity [...]

   What, exactly, is "it"?

      tcpip show version
      ssh "-V"

   Are you using TCPIP SSH or OpenSSH?

      prod show prod *ssh*

> [...] and x86 [...]

      ssh -"V"
      prod show prod *ssh*

   Now, with the preliminaries out of the way, ...

> [...] How do I make a simple "SSH" plus the connection string work
> seamlessly? [...]

   In which direction?  What, exactly, does "the connection string" mean
to you?

   What, exactly, does "seamlessly" mean to you?  What's a seam?  Do you
want to use public keys,  or passwords, or what?

   As usual, showing actual actions (commands) with their actual results
(behavior, error messages, ...) can be more helpful than vague
descriptions or interpretations of what does _not_ happen when you do
something invisible.

> [...] I can't seem to find [...]

   On which system?  Why do you believe that you need to find any 
executable?  What, exactly, does "ssh" do in your environments?

> [...] nor can I find a way [...]

   "can't" is not a useful problem description.  See "As usual, ...",
above.

> [...] make it run with just ssh.

   Is that "with just ssh", or "with just ssh" and a "connection
string" (whatever that means), or what, exactly?

   For OpenSSH:

      @ SSH$ROOT:[BIN]SSH$DEFINE_COMMANDS.COM

      https://vmssoftware.com/openkits/i64opensource/
I64VMS-OPENSSH-V0809-1F-1-RNOTES.PDF

User avatar

dmjb
Valued Contributor
Posts: 53
Joined: Mon Aug 17, 2020 4:38 pm
Reputation: 0
Status: Offline

Re: SSH Client - How to Shortcut

Post by dmjb » Wed Aug 30, 2023 1:52 pm

Read through this section of the installation documentation, and make sure to follow each step: https://docs.vmssoftware.com/vsi-openvm ... e/#d0e2960

Post Reply