Re: ftp_telnet_login
Matthew Kennedy <[email protected]>
| Newsgroups | gmane.linux.gentoo.newbies |
|---|---|
| Message-ID | <[email protected]> |
Karshi <[email protected]> writes: > Hi all, > > I need to login to my computer form outside. I know how to setup things > (like ftp, telnet ssh) in SiSe, > but don't understand how things done in Gentoo. > What packages I need to emerge? How do I set up my machine as a server? > Thanks emerge rsync emerge openssh rc-update add sshd default (adds the server to the runlevels) /etc/init.d/sshd start (starts it) -- Matthew Kennedy Gentoo Linux Developer Bugs go to http://bugs.gentoo.org!