Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need SSH /SSH2 information what is diff and why useful??

Status
Not open for further replies.

rockies

MIS
Sep 24, 2001
25
US

setup SSH on Solaris and NT and use scp (Secure copy), with ssh you can setup RSA public/private key, for copy without asking a password.

how i can implement this on my machine ??

any help!

rockies
 
If you are using "ssh" with rsa you wiil need to copy your
"id_rsa.pub" to "authorized_keys"

i.e: to machine A execute commands on machine B without asking "password" after generating "rsa" keys on both hosts copy "id_rsa.pub" to "authorized_keys" on machine B, also you can use for testing "ssh" with "-v" flag, very usefull for debuging problems.

Hope it helps.

Carlos Almeida.

 
Thanks a Lot Carlos Almeida for good suggestion.

Due you have any idea regading my another thread (thread60-146249) ... ??????????


we had setup up 5 minute time stamps to the dumb terminal via syslog. for all of our server .
It's working fine but some how.. some times when we check the logs it display like this(as below) you know how we can avoid this ? any solution !!!!!!!!1
is their any ways we can ???
message comes like -- MARK -- rrcdhcpbk last message repeated 2 times
-- MARK -- dhcpbk last message repeated 2 times
-- MARK -- dhcpbk last message repeated 2 times
-- MARK -- dhcpbk last message repeated 2 times
-- MARK -- dhcpbk last message repeated 2 times
-- MARK -- dhcpbk last message repeated 2 times
-- MARK -- dhcpbk last message repeated 2 times

actually result should come as below ...and it does work also but some times not working !!!!!!!!!!!!!!!!!1
Oct 9 11:32:29 dhcpbk -- MARK --
Oct 9 11:37:31 dhcpbk -- MARK --
Oct 9 11:42:31 dhcpbk -- MARK --
Oct 9 11:47:31 dhcpbk -- MARK --


any idea welcome !!

/etc/syslog.conf :--
Mark.debug /dev/console


please let me know...

Thanks
rockies


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top