View previous topic :: View next topic |
Author |
Message |
Comatose51 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 29 Jun 2003 Posts: 103
|
Posted: Sun Nov 30, 2003 8:00 am Post subject: sshd setup |
|
|
How do I setup sshd under Gentoo? I don't remember ever needing to do this before. In any case, I used ssh-keygen to generate the host key. Now, where do I put the public and private keys? Anything else I need to do to make it more secure? Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
deribin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Feb 2003 Posts: 70 Location: Vancouver
|
Posted: Sun Nov 30, 2003 8:50 am Post subject: Re: sshd setup |
|
|
What do you mean "setup"?
To give to others the ability to log in at your computer through ssh you just need to emerge openssh, and then start the sshd by using the
/etc/init.d/sshd start
Manipulation with ssh-keygen is not requered. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Giganight n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Zelda/Zelda_-_Link.jpg)
Joined: 28 Jul 2002 Posts: 31 Location: Plymouth, Ma
|
Posted: Sun Nov 30, 2003 12:54 pm Post subject: |
|
|
rc-update add sshd default _________________ "I am the reaper among sheep.... I am the ravager of all things that go baaaah!!!!!!" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ian! Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/1114116401443d66f15cb90.jpg)
Joined: 25 Feb 2003 Posts: 3829 Location: Essen, Germany
|
Posted: Sun Nov 30, 2003 3:51 pm Post subject: |
|
|
Moved from 'Installing Gentoo' to 'Networking & Security'. _________________ "To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
puggy Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/1938300246424d80c21584d.jpg)
Joined: 28 Feb 2003 Posts: 1992 Location: Oxford, UK
|
Posted: Sun Nov 30, 2003 7:21 pm Post subject: Re: sshd setup |
|
|
Comatose51 wrote: | How do I setup sshd under Gentoo? I don't remember ever needing to do this before. In any case, I used ssh-keygen to generate the host key. Now, where do I put the public and private keys? Anything else I need to do to make it more secure? Thanks. |
When you do /etc/init.d/sshd start all necessary keys are autogenerated if not already there.
Puggy _________________ Where there's open source , there's a way. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|