View previous topic :: View next topic |
Author |
Message |
jedipmpit n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Sep 2003 Posts: 13
|
Posted: Thu Sep 11, 2003 6:31 pm Post subject: Configuring Gentoo to let you log in remotely... |
|
|
I want to know how to configure Gentoo to accept a remote login...
it's a fresh install, and I'm a noob when it comes to Linux...
thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kesereti Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_6_-_Edgar.jpg)
Joined: 07 Nov 2002 Posts: 520
|
Posted: Thu Sep 11, 2003 6:49 pm Post subject: |
|
|
Code: |
rc-update add sshd default
/etc/init.d/sshd start
|
That will set up the SSH daemon to start at login, and then start it manually so you don't have to reboot to get it up and running for the first time. You should then be able to SSH to the machine from anywhere it's accessible from and login as any user. =) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|