Link to home
Start Free TrialLog in
Avatar of midguy
midguy

asked on

ssh2 implementation --- Very urgent

Hi,

I need to do implement ssh2 in all production servers. There are 100 production servers. All are remote machines. There are 2 machines( ex noc1 and noc2) at my work place, these are ultra 10 machines. My task is to implement ssh2 in all machines. These noc1 and noc2 servers are trusted machines to all 100 production servers, that means with ssh2 I can able to login all 100 production servers without password. Please explain step by step how to implement this. I know for this I need to implement ssh, please give me detail steps like how to generate keys for noc1, noc2 and all 100 prod servers.

Thanks in advance.
midguy
Avatar of besky
besky

Actually you dont need ssh to do this, it will work
with any shell if you create
/.rhosts file with noc1 and noc2 in it.
root will not be asked for a passwd at login from noc1 and noc2.

But using this feature, regardless of shell is not
considered secure.
I know its a pain to give passwds when logging in
but shourtcuts like is the start of a successful
breakin for someone else.

Using ssh is otherwise a good idea for saftey.
Avatar of midguy

ASKER

Besky thanks for your answer,

But I want that is very secure. I heard people are implementing some ssh2 with public key and private key mechanism. Please explain step by step.
Avatar of midguy

ASKER

Besky thanks for your answer,

But I want that is very secure. I heard people are implementing some ssh2 with public key and private key mechanism. Please explain step by step.
What version of Solaris are used on these systems ?
Avatar of midguy

ASKER

we are using 2.6 on all boxes.
I have a doc that walks you through installing SSH you can find it here:

http://www.solinuxcenter.com/download.php?op=viewdownload&cid=3

Here is the Step by Step no BS manual on instalilng and configuring SSH
If you need any more info let me know.
Avatar of midguy

ASKER

jpfrancai,

Thanks for the info, but it seems the link is down.
OK, ssh is not part of the 5.6 release so here is
all the info, how to get it .....

It is just too much to write here

http://www.employees.org/~satch/ssh/faq/ssh-faq.html



HTH
The link works now, give another shot.
Avatar of midguy

ASKER

still link is not working.
ASKER CERTIFIED SOLUTION
Avatar of DQadri
DQadri

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial