| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
ssh-keygen: not found
|
Original Message
|
Name: wolf60s
Date: August 25, 2002 at 09:38:48 Pacific
Subject: ssh-keygen: not found |
Comment: Hi, I try to install ssh on solaris 8 intel ed. I download the patches from http://www.sunfreeware.com/openssh8.html and followed its direction. I applied all the patches but had problem on the last step, step 5, Installing ssh and sshd. When I type # ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N "" and it replies # ssh-keygen: not found How to solve the problem? Thanks
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Wilky
Date: August 25, 2002 at 12:32:46 Pacific
|
Reply: Just a thought, but is the ssh-keygen executable within one of the directories specified by $PATH?
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: Mark M
Date: August 25, 2002 at 17:56:58 Pacific
|
Reply: Try typing the full path. You are root by the looks of it and therefore it is highly unlikely to be in your path. eg: /usr/local/bin/ssh-keygen...etc This should work fine. HTH
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Solaris Forum Home
Results for: ssh-keygen: not found
sshd and init.d ?? Summary: Thanks for your replie. I followed your direction and http://www.sunfreeware.com/openssh8.html. I did from step 0 to step 4, but had problem on the last step, step 5, Installing ssh and sshd. When I ...
www.computing.net/answers/solaris/sshd-and-initd-/2315.html
ssh-keygen... PRNG is not seeded??? Summary: Hi, I'm installing OpenSSH on solaris 8 intel ed. I followed the direction and installed all the packages. In the last step I ran ssh-keygen as following: # pwd /usr/local/bin # ./ssh-keygen -t rsa1 -...
www.computing.net/answers/solaris/sshkeygen-prng-is-not-seeded/2335.html
Help! Let command not found in cron job Summary: Hi Everyone, I had an urgent problem here... Supposedly I create the following script:- ============================================ #!/usr/bin/ksh let curday=`date +%d` echo $curday =================...
www.computing.net/answers/solaris/help-let-command-not-found-in-cron-job/918.html