Operating System - HP-UX
1833053 Members
2662 Online
110049 Solutions
New Discussion

in unix capitalization makes a difference.

 
Daniel J. Doughty_1
Occasional Contributor

in unix capitalization makes a difference.

The capital -V gives you the version of ssh running. instead try it with multiple lower case v's like someone else said.
i tu, Emac?
2 REPLIES 2
harry d brown jr
Honored Contributor

Re: in unix capitalization makes a difference.

??

# /usr/local/bin/ssh -V
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090604f
#



# /usr/local/bin/ssh -vvvv
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090604f
Too high debugging level.
#

??

live free or die
harry
Live Free or Die
Daniel J. Doughty_1
Occasional Contributor

Re: in unix capitalization makes a difference.

oops, I meant to reply to another message, not start a new post.

Anyhow, ssh only takes three lower case v's at a maximum. And you'll still need to give it the ip or hostname you're trying to get to.
i tu, Emac?