Toon posts:

CVS en SSH1 toegang tot noc.postnuke.com werkt niet

Pagina: 1
Acties:

Verwijderd

Topicstarter
was vanochtend heel blij met mijn meelbox. Er werdt namelijk verteld dat er cvs aan noc.postnuke.com is toegevoegd. Ik wilde dit dus meteen uitproberen maar loop nu tegen wat problemen aan. volgens de uitleg op hun site moet je dit doen
code:
1
2
export CVS_RSH=ssh 
cvs -z3 -d:ext:developername@noc.postnuke.com:/cvsroot/alumni co modulename


omdat ze verwachten dat je inlogt via ssh1 heb ik dit in mijn .ssh/config toegevoegd
code:
1
2
Host noc.postnuke.com
     Protocol 1


als ik dan probeer in teloggen krijg ik
code:
1
2
3
4
5
6
7
8
9
[bram@ bram]$ export CVS_RSH=ssh
[bram@ bram]$ cvs -z3 -d:ext:attachmentgenie@noc.postnuke.com:/cvsroot/alumni co alumni
attachmentgenie@noc.postnuke.com's password:
Permission denied, please try again.
attachmentgenie@noc.postnuke.com's password:
Permission denied, please try again.
attachmentgenie@noc.postnuke.com's password:
Permission denied.
cvs [checkout aborted]: end of file from server (consult above messages if any)


dit zegt natuurlijk helemaal niets dus heb het maar eens op gebroken in de SSH1 login en de CVS commando's
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[bram@ bram]$ ssh -vl attachmentgenie noc.postnuke.com
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
debug1: Reading configuration data /home/bram/.ssh/config
debug1: Applying options for noc.postnuke.com
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: Connecting to noc.postnuke.com [66.227.4.193] port 22.
debug1: Connection established.
debug1: identity file /home/bram/.ssh/identity type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.5p1
debug1: match: OpenSSH_3.5p1 pat OpenSSH*
debug1: Local version string SSH-1.5-OpenSSH_3.6.1p2
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
Warning: Permanently added 'noc.postnuke.com,66.227.4.193' (RSA1) to the list of known hosts.
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: Doing challenge response authentication.
debug1: No challenge.
debug1: Doing password authentication.
attachmentgenie@noc.postnuke.com's password:
Permission denied, please try again.
attachmentgenie@noc.postnuke.com's password:
Permission denied, please try again.
attachmentgenie@noc.postnuke.com's password:
Permission denied.
debug1: Calling cleanup 0x80627f0(0x0)


en dan ben ik dus creatief uitgek... euh gewerkt
heeft iemand een idee wat ik fout doe?
Of zouden ze bij noc.postnuke.com de ssh boel nog niet aan de praat hebben