hi there,

Just a few things that may help you get your head around portage..

man emerge
emerge -s ssh
<snip some output>
net-misc/openssh
      Latest version available: 3.6.1_p2-r2
      Latest version installed: 3.6.1_p2-r2
      Size of downloaded files: 993 kB
      Homepage:    http://www.openssh.com/
      Description: Port of OpenBSD's free SSH release
</snip>

emerge -p openssh (show you what will be installed)
emerge openssh

You might also want to have sshd start when your box boots so also do:
rc-update add sshd default

also man qpkg too!

by no means am I an expert :-) i'll help where I am able.

Hope that helps.
ooM

> Nicholas Pappas wrote:
> 
> >     Hello all.
> >
> >     At the risk of show off my extreme newbie status -- where can I 
> > locate sshd on Gentoo?  I can ssh out of my system, but I need to get 
> > it too! :)
> >     Thank you!
> >
> >
> > -- 
> > [EMAIL PROTECTED] mailing list
> >
> 
> 
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list

Reply via email to