LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   re: md5 and ssh (https://www.linuxquestions.org/questions/linux-newbie-8/re-md5-and-ssh-103826/)

ergo_sum 10-14-2003 11:35 AM

re: md5 and ssh
 
Hello All:

I'm using RH 7.3 and would like to know where I can find info on md5 and ssh. If I do a find on the console I don't get any results for md5, but if I do a gui find then I get results.

I'd like to be able to use both of these.

Thanks,

ergo_sum

jharris 10-14-2003 11:50 AM

What info are you looking for? MD5 in what respect? For MD5 hashed passwords, or taking MD5 sums of files for checksums? SSH'ing into you box or onto others?

cheers

Jamie...

ergo_sum 10-14-2003 06:00 PM

Well, info in general on both of these (what's a hashed pword?), and specifically:

how to obtain md5 checksum values--command line and otherwise (if possible)
SSH to both my and others box, in addition to the security problem recently announced (was it a buffer overflow?)

Thanks,

ergo_sum

jharris 10-14-2003 06:14 PM

Traditional Unix passwords are encrypted using the crypt function and stored in /etc/passwd or (almost always now) /etc/shadow. The old Unix crypt function isn't too hot by modern standards so some distros use MD5 to process the passwords instead of crypt. To get an MD5 sum of a file you can simply use
Code:

md5sum filename
I would imagine that SSH is already installed on your box however you might want to have a search on rpmfind for the most recently version, as you've already pointed out recently some possibly vulnerabilites were found in SSH. Once you've got it installed then it's as simple as ssh hostname - you can also use sftp and scp for file tranfers too.

cheers

Jamie...


All times are GMT -5. The time now is 11:15 PM.