View previous topic :: View next topic |
Author |
Message |
cavicster n00b


Joined: 25 May 2004 Posts: 22
|
Posted: Thu May 27, 2004 3:35 pm Post subject: [ssh] How to start sshd ? (solved) |
|
|
How do i start the ssh daemon?
When i type sshd, I get errors about keys not being created yet. I am not sure how to create them.
Thank you.
I would print the error message but I am at work and my computer is at home.
Last edited by cavicster on Fri May 28, 2004 1:29 pm; edited 1 time in total |
|
Back to top |
|
 |
Andersson Guru


Joined: 12 Jul 2003 Posts: 525 Location: Göteborg, Sweden
|
Posted: Thu May 27, 2004 3:42 pm Post subject: |
|
|
Most daemons have initialization scripts in /etc/init.d/
type /etc/init.d/sshd start
That starts sshd and generates keys for you if they don't exist. You can also have sshd automatically started when you turn the computer on: rc-update add sshd default _________________ Must...resist...posting....
One...step...closer...to...getting...stupid...l33t...ranking...
Last edited by Andersson on Thu May 27, 2004 3:44 pm; edited 1 time in total |
|
Back to top |
|
 |
cavicster n00b


Joined: 25 May 2004 Posts: 22
|
Posted: Thu May 27, 2004 3:43 pm Post subject: |
|
|
Thank I will try that when I get home. You guys are fast. |
|
Back to top |
|
 |
Pachacamac Veteran


Joined: 22 Nov 2003 Posts: 1264 Location: Paris - France
|
Posted: Thu May 27, 2004 6:14 pm Post subject: |
|
|
Don't forget to rename your post like this : [ssh] How to start sshd ? (solved)
It is better to readers. |
|
Back to top |
|
 |
cavicster n00b


Joined: 25 May 2004 Posts: 22
|
Posted: Fri May 28, 2004 1:29 pm Post subject: |
|
|
Done, thank you. |
|
Back to top |
|
 |
|