Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] dvd::rip, transcode und ssh
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) Diskussionsforum
View previous topic :: View next topic  
Author Message
lutzlustig
Apprentice
Apprentice


Joined: 19 Jul 2002
Posts: 220

PostPosted: Wed Nov 05, 2003 9:14 pm    Post subject: [OT] dvd::rip, transcode und ssh Reply with quote

Hi!

Ich versuche mich gerade an dvd::rip, auf einem Rechner habe ich schon erfolgreich eine DVD gerippt und nach XVID transcodiert.

Jetz will ich den Clustermodus, aber es hapert momentan an dem einloggen über ssh ohene passwort. Die Anleitung aus Linux-user und von der Homepage von dvd::rip habe ich befolgt, so sieht es momentan aus:

bash-2.05b$ ssh -v xxxxx@192.168.1.99
OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to 192.168.1.99 [192.168.1.99] port 22.
debug1: Connection established.
debug1: identity file /home/xxxxx/.ssh/identity type -1
debug1: identity file /home/xxxxx/.ssh/id_rsa type -1
debug1: identity file /home/xxxxx/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.7.1p2
debug1: match: OpenSSH_3.7.1p2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.7.1p2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '192.168.1.99' is known and matches the RSA host key.
debug1: Found key in /home/xxxxx/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/xxxxx/.ssh/identity
debug1: Trying private key: /home/xxxxx/.ssh/id_rsa
debug1: Trying private key: /home/xxxxx/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password


Ich habe schon geschaut, ob man die "authentication method"
in der /etc/ssh/*conf irgendwo abstellen kann, aber nichts gefunden. In einem Beitrag auf Englisch in diesem Forum habe ich was gefunden mit keychain, aber nicht verstanden, was damit gemeint ist.


Muß man eigenlich die DVD mit dvd:rip rippen oder kann man dem Programm auf unter Windows gerippte DVDs anbieten? Bei mir meckert das Programm immer rum, das es dann den DVD-Inhalt nicht lesen kann (wie auch, wenn keine da ist.)

Ciao
_________________
Intel Core2Quad@3Ghz, Abit AB9 QuadGT, 8GB RAM, Radeon HD4870, Kernel gentoo-2.6.25-r6, Brenner Asus DRW-1814BLT, 4 HDD je 500GB)

http://strammermax.meinbrutalo.de
http://www.lordofultima.com/ref/2278509259
Back to top
View user's profile Send private message
mr_neutron
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2003
Posts: 124
Location: Germany

PostPosted: Wed Nov 05, 2003 11:34 pm    Post subject: Re: dvd::rip, transcode und ssh Reply with quote

lutzlustig wrote:

debug1: Trying private key: /home/xxxxx/.ssh/identity
debug1: Trying private key: /home/xxxxx/.ssh/id_rsa
debug1: Trying private key: /home/xxxxx/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive

Hast du den entsprechenden public key (id_rsa.pub bzw. id_dsa.pub) auf dem Zielrechner in ~/.ssh/authorized_keys eingetragen?
Back to top
View user's profile Send private message
lutzlustig
Apprentice
Apprentice


Joined: 19 Jul 2002
Posts: 220

PostPosted: Thu Nov 06, 2003 9:20 am    Post subject: Re: dvd::rip, transcode und ssh Reply with quote

mr_neutron wrote:

Hast du den entsprechenden public key (id_rsa.pub bzw. id_dsa.pub) auf dem Zielrechner in ~/.ssh/authorized_keys eingetragen?


debug1: Host '192.168.1.99' is known and matches the RSA host key.
debug1: Found key in /home/xxxxx/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct

Wie man sieht, ja.

Ciao
_________________
Intel Core2Quad@3Ghz, Abit AB9 QuadGT, 8GB RAM, Radeon HD4870, Kernel gentoo-2.6.25-r6, Brenner Asus DRW-1814BLT, 4 HDD je 500GB)

http://strammermax.meinbrutalo.de
http://www.lordofultima.com/ref/2278509259
Back to top
View user's profile Send private message
mr_neutron
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2003
Posts: 124
Location: Germany

PostPosted: Thu Nov 06, 2003 4:48 pm    Post subject: Re: dvd::rip, transcode und ssh Reply with quote

lutzlustig wrote:
debug1: Host '192.168.1.99' is known and matches the RSA host key.
debug1: Found key in /home/xxxxx/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct

Das "signature correct" bezieht sich genau wie die beiden Zeilen davor auf den Host key des Zielrechners, und hat mit deinem Public Key nichts zu tun.

Ein erfolgreicher login mit Public Key sieht so aus:
Quote:
debug1: Next authentication method: publickey
debug1: Trying private key: /home/xxxx/.ssh/identity
debug1: Trying private key: /home/xxxx/.ssh/id_rsa
debug1: Trying private key: /home/xxxx/.ssh/id_dsa
debug1: read PEM private key done: type DSA
debug1: Authentication succeeded (publickey).

Ich würde mir doch noch mal die ~/.ssh/authorized_keys auf dem anderen Rechner anschauen...
Back to top
View user's profile Send private message
lutzlustig
Apprentice
Apprentice


Joined: 19 Jul 2002
Posts: 220

PostPosted: Thu Nov 06, 2003 11:07 pm    Post subject: Reply with quote

Es ist zum verzweifeln, ich habe es jetzt schon mehrmals probiert genaus so wie es hier
http://www.linux-user.de/ausgabe/2002/05/047-dvd-cluster/dvd-cluster.html

und auf der Homepage von dvd::rip beschrieben ist, getan uns es klappt nicht.

Die Datei "authorized_keys" gibts vorher auf dem Knoten-Rechner nicht, das macht hoffentlich nichts?

Wieso muß eingentlich die Kommunikation von dvd::rip über ssh stattfinden, wenn man dann nur ohne Paßwort auf den Knoten kann? Geht das nicht anders?

Ciao
_________________
Intel Core2Quad@3Ghz, Abit AB9 QuadGT, 8GB RAM, Radeon HD4870, Kernel gentoo-2.6.25-r6, Brenner Asus DRW-1814BLT, 4 HDD je 500GB)

http://strammermax.meinbrutalo.de
http://www.lordofultima.com/ref/2278509259
Back to top
View user's profile Send private message
lutzlustig
Apprentice
Apprentice


Joined: 19 Jul 2002
Posts: 220

PostPosted: Thu Nov 06, 2003 11:51 pm    Post subject: Reply with quote

So, jetzt gehts. Ich habe noch mal alle Dateien in /home/xxx/.ssh gelöscht und genau nach Anleitung gemacht, nun gehts.

Nun habe ich noch das Problem, das ich schon eine DVD unter wWindows gerippt habe, und dvd::rip mag die Dateien nicht erkennen. Hat damit jemand Erfahrung?

Ciao
_________________
Intel Core2Quad@3Ghz, Abit AB9 QuadGT, 8GB RAM, Radeon HD4870, Kernel gentoo-2.6.25-r6, Brenner Asus DRW-1814BLT, 4 HDD je 500GB)

http://strammermax.meinbrutalo.de
http://www.lordofultima.com/ref/2278509259
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum 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