LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Is openssl used by openssh? (https://www.linuxquestions.org/questions/linux-general-1/is-openssl-used-by-openssh-378086/)

servnov 10-29-2005 01:01 PM

Is openssl used by openssh?
 
If I am not running apache with SSL do I need openssl installed? I use openssh, so will ssh still work without ssl?

trickykid 10-29-2005 02:30 PM

Apache uses mod_ssl along with openssl. You still need openssl for ssh.

From their installation instructions on their homepage: ftp://ftp.ca.openbsd.org/pub/OpenBSD...rtable/INSTALL

servnov 10-30-2005 06:36 AM

thanks.

servnov 10-30-2005 09:22 AM

What if a machine is only using ssh for client activities (ie not running sshd)? Is openssl still needed then?

trickykid 10-30-2005 09:37 AM

Quote:

Originally posted by servnov
What if a machine is only using ssh for client activities (ie not running sshd)? Is openssl still needed then?
As far as I know, yes as the ssh client is bundled together for *nix clients. Is there a way around this, probably but I'm no programmer. What's the reason you don't want openssl? It's small and doesn't nearly make a dent in anything when it is, it's actually a good thing to have installed on a system, any system for not just ssh to work and function properly.

servnov 10-30-2005 12:31 PM

Quote:

Originally posted by trickykid
As far as I know, yes as the ssh client is bundled together for *nix clients. Is there a way around this, probably but I'm no programmer. What's the reason you don't want openssl? It's small and doesn't nearly make a dent in anything when it is, it's actually a good thing to have installed on a system, any system for not just ssh to work and function properly.
Ok, good point. I also was reading up at openssh.org and found everything is basically bundled together (client, daemon, keygen, etc) so I will just turn of the daemon but keep it installed.


All times are GMT -5. The time now is 03:53 PM.