Sun SSH3


 
Thread Tools Search this Thread
Operating Systems Solaris Sun SSH3
# 1  
Old 03-04-2015
Sun SSH3

I have requirement to support sun ssh3 for my project.

I tried using ssh -version command which is returning

Sun_SSH_1.1.3, SSH protocols 1.5/2.0

Can you tell me what does ssh3 refers and which ssh version it corresponds or any details on it .

Thanks in advance.
# 2  
Old 03-04-2015
There are two different issues at work here:

1. SSH the protocol, and

2. SSH the implementation.

There are two major versions of the SSH protocol: SSH1 and SSH2.

Regarding implementations, it is a bit more complex.

OpenSSH 2.5.1 implements SSH protocols SSH1 and SSH2.

OpenSSH 3.x also implements SSH1 and SSH2; so I am assuming that your "SSH3" refers to OpenSSH version 3.x.
This User Gave Thanks to Neo For This Post:
# 3  
Old 03-05-2015
If ssh -V returns
Code:
Sun_SSH_1.1.3, SSH protocols 1.5/2.0, OpenSSL 0x0090704f

Then it is a /usr/bin/ssh shipped with Solaris 10, that only indirectly relates to OpenSSH.
It supports SSH2 protocol (default) and SSH1 protocol (deprecated).
For SSH3 protocol support you need to install another package, e.g. by means of /opt/csw/bin/pkgutil
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Application running too slow on Sun SPARC T5440 but run normal on sun M3000

Hi all, I have application running on sun server T5440 4x8x1.4 GHz, 64 GB RAM, application running very slow though load average too low. when I install my application on another server SUN M3000 (One CPU 1x8x2.5GHz, 8GB RAM), application run smoothly. Here is my server T5440 info: ... (6 Replies)
Discussion started by: insatiable1610
6 Replies

2. Solaris

Sun Fire 280R Sun Solaris CRT/Monitor requirements

I am new to Sun. I brought Sun Fire 280R to practice UNIX. What are the requirements for the monitor/CRT? Will it burn out old non-Sun CRTs? Does it need LCD monitor? Thanks. (3 Replies)
Discussion started by: bramptonmt
3 Replies

3. UNIX for Dummies Questions & Answers

Sun Solaris 10: How do I create a bootup disc? The Sun website confuses me

Hey there, I am starting a Computer Science Foundation year at the end of this month and am trying to get a little bit ahead of the game. I have always wanted to learn Unix and am currently struggling with creating a boot disc to run Solaris (I have chosen to study this) from as opposed to... (0 Replies)
Discussion started by: Jupiter
0 Replies

4. UNIX for Advanced & Expert Users

Help: Sun Disk partitioning for Sun V240 & StorEdge 3300

Dear Sun gurus, I have Sun Fire V240 server with its StorEdge 3300 disk-array. Following are its disks appeared in format command. I have prepared its partitions thru format and metainit & metattach (may be i have made wrong steps, causing the errors below because I have done thru some document... (1 Reply)
Discussion started by: shafeeq
1 Replies
Login or Register to Ask a Question