Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Proftp oder Openssh starten -- wie ?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
theoderich
n00b
n00b


Joined: 25 Jul 2002
Posts: 51

PostPosted: Wed Aug 14, 2002 8:14 am    Post subject: Proftp oder Openssh starten -- wie ? Reply with quote

Ich würde gerne einen Dienst starten um Dateien freizugeben. Habe OpenSSH und ProFTP emerged.

Wenn ich:
sshd
eingebe, kommt folgende Fehlermeldung:

Could not load host key: /etc/ssh/ssh_host_key
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.



Und wenn ich proftpd eingebe kommt folgende Fehlermeldung:

gentoo.netzwerk.de - Fatal: unable to determine IP address of 'gentoo.netzwerk.de'.



Kann mir einer sagen, wie ich die Dienste starten kann??

Vielen Dank
Back to top
View user's profile Send private message
xabbu
n00b
n00b


Joined: 12 Aug 2002
Posts: 3
Location: 139.30.33.18

PostPosted: Wed Aug 14, 2002 9:17 am    Post subject: Re: Proftp oder Openssh starten -- wie ? Reply with quote

theoderich wrote:
Ich würde gerne einen Dienst starten um Dateien freizugeben. Habe OpenSSH und ProFTP emerged.

Wenn ich:
sshd
eingebe, kommt folgende Fehlermeldung:
[...]
Kann mir einer sagen, wie ich die Dienste starten kann??

Vielen Dank


ich habe das dann per /etc/init.d/ssh start gemacht... das skript wurde auch .. automatisch angelegt (grübel..ja doch ;-)))
_________________
bye Alexander
Back to top
View user's profile Send private message
Diewie
n00b
n00b


Joined: 15 Aug 2002
Posts: 13
Location: .de - Bayern :)

PostPosted: Thu Aug 15, 2002 10:55 am    Post subject: Reply with quote

-Config anpassen:
Code:

nano -w /etc/ssh/sshd_config

Keys auskommentieren...
Port...
Adresse...
usw.

-Dann die Keys erstellen:
Code:

cd /bin
ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N ""
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ""
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ""


-Dann starten:
Code:

sshd


und dann kann z.B. per putty auf den Rechner zugegriffen werden.


Diewie
Back to top
View user's profile Send private message
Diewie
n00b
n00b


Joined: 15 Aug 2002
Posts: 13
Location: .de - Bayern :)

PostPosted: Thu Aug 15, 2002 11:02 am    Post subject: Reply with quote

Und probier mal ob du mit der IP auf den FTP Server draufkommst.
Vielleicht kann er den hn einfach nicht auflösen.

Diewie
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum