View previous topic :: View next topic |
Author |
Message |
mhelvens Guru
Joined: 17 Mar 2005 Posts: 337 Location: The Netherlands
|
Posted: Tue Apr 19, 2005 5:48 pm Post subject: How do I run an ssh-server? |
|
|
I'd like to log into my Gentoo system from ssh and sftp. What program do I use? Is there a howto?
Thanks! |
|
Back to top |
|
|
Prompty Apprentice
Joined: 08 Feb 2004 Posts: 292
|
Posted: Tue Apr 19, 2005 6:00 pm Post subject: |
|
|
ssh for linux and putty for windows ?
what's that question all about ? _________________ <input stupid message here> |
|
Back to top |
|
|
mhelvens Guru
Joined: 17 Mar 2005 Posts: 337 Location: The Netherlands
|
Posted: Tue Apr 19, 2005 6:11 pm Post subject: |
|
|
I was wondering what I should do on my Gentoo system so I can ssh into it from somewhere else. So, not the ssh client but the ssh server. |
|
Back to top |
|
|
steve_d555 Guru
Joined: 07 Nov 2004 Posts: 458 Location: Belmont, Massachusetts
|
Posted: Tue Apr 19, 2005 6:12 pm Post subject: |
|
|
Code: | /etc/init.d/sshd start |
Or add it to the default runlevel. Then you can ssh in. _________________ rubyforums | blog | boxwhore |
|
Back to top |
|
|
mhelvens Guru
Joined: 17 Mar 2005 Posts: 337 Location: The Netherlands
|
Posted: Tue Apr 19, 2005 6:20 pm Post subject: |
|
|
Thanks! That's what I needed to know! |
|
Back to top |
|
|
|