[Biococoa-dev] commit authorization
Koen van der Drift
koenvanderdrift at gmail.com
Sat Apr 16 15:32:04 EDT 2011
No luck so far:
koen at CloverBook:~$ ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/koen/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /Users/koen/.ssh/id_rsa.
Your public key has been saved in /Users/koen/.ssh/id_rsa.pub.
koen at CloverBook:~$ ssh koen at bioinformatics.org
ssh_exchange_identification: Connection closed by remote host
In vvverbose mode:
koen at CloverBook:~$ ssh -vvv koen at bioinformatics.org
OpenSSH_5.2p1, OpenSSL 0.9.8l 5 Nov 2009
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to bioinformatics.org [75.126.74.92] port 22.
debug1: Connection established.
debug1: identity file /Users/koen/.ssh/identity type -1
debug3: Not a RSA1 key file /Users/koen/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug2: key_type_from_name: unknown key type 'Proc-Type:'
debug3: key_read: missing keytype
debug2: key_type_from_name: unknown key type 'DEK-Info:'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file /Users/koen/.ssh/id_rsa type 1
debug1: identity file /Users/koen/.ssh/id_dsa type -1
ssh_exchange_identification: Connection closed by remote host
I'll keep googling for a possible solution.
- Koen.
On Apr 16, 2011, at 1:53 PM, Scott Christley wrote:
>
> On Apr 16, 2011, at 11:50 AM, Koen van der Drift wrote:
>
>>
>> On Apr 16, 2011, at 12:25 PM, Scott Christley wrote:
>>
>>> Open a terminal and run the ssh-keygen program. That will generate public and private key files in your ~/.ssh directory. Then you need to put the public key in the ~/.ssh/authorized_keys file on bioinformatics.org
>>
>> Hi Scott,
>>
>> Thanks for your reply. I cannot locate on bioinformatics.org where to store the key. If I try to ftp (using Transmit) I am denied access, and on the website I cannot find it either.
>
> There is some info hidden away, but it mainly points to other sources of help.
>
> http://www.bioinformatics.org/wiki/Subversion
>
> Scott
More information about the Biococoa-dev
mailing list