Re: how to examine ssh problem

2011-08-17 Thread Ivan Shmakov
Alan Chandler a...@chandlerfamily.org.uk writes: On 04/08/11 09:15, Ivan Shmakov wrote: Alan Chandler a...@chandlerfamily.org.uk writes: (I actually have loads of these in my config file for all different combinations of username and host - I also tend to make different key pairs for

Re: how to examine ssh problem

2011-08-04 Thread Alan Chandler
Apologies to lina - I replied directly to her instead of the list = here is what I sent. On 04/08/11 08:21, Alan Chandler wrote: On 02/08/11 16:02, lina wrote: Hi, when I tried to ssh some_server, it showed me, Permission denied (publickey,gssapi-with-mic,password). 1] I tried ssh from

Re: how to examine ssh problem

2011-08-04 Thread lina
On Thu, Aug 4, 2011 at 3:23 PM, Alan Chandler a...@chandlerfamily.org.uk wrote: Apologies to lina - I replied directly to her instead of the list = here is what I sent. On 04/08/11 08:21, Alan Chandler wrote: On 02/08/11 16:02, lina wrote: Hi, when I tried to ssh some_server, it showed me,

Re: how to examine ssh problem

2011-08-04 Thread Ivan Shmakov
Alan Chandler a...@chandlerfamily.org.uk writes: (I actually have loads of these in my config file for all different combinations of username and host - I also tend to make different key pairs for each host which is why I am specifying an IdentityFile in each.) Why? The

Re: how to examine ssh problem

2011-08-04 Thread Alan Chandler
On 04/08/11 09:15, Ivan Shmakov wrote: Alan Chandlera...@chandlerfamily.org.uk writes: (I actually have loads of these in my config file for all different combinations of username and host - I also tend to make different key pairs for each host which is why I am specifying an

Re: how to examine ssh problem

2011-08-03 Thread lina
Thanks all for your suggestions. The problem was solved after chmod og-rw * in ~/.ssh directory. Thanks, On Wed, Aug 3, 2011 at 11:55 AM, Eero Volotinen eero.voloti...@iki.fi wrote: 2011/8/2 lina lina.lastn...@gmail.com: Hi, when I tried to ssh some_server, it showed me, Permission denied

how to examine ssh problem

2011-08-02 Thread lina
Hi, when I tried to ssh some_server, it showed me, Permission denied (publickey,gssapi-with-mic,password). 1] I tried ssh from desktop, laptop and other server, the same problem. 2] I generate a new key by ssh-keygen in some_server, it still has this problem. I can ssh by

Re: how to examine ssh problem

2011-08-02 Thread Joao Ferreira Gmail
On Tue, 2011-08-02 at 23:02 +0800, lina wrote: Hi, when I tried to ssh some_server, it showed me, Permission denied (publickey,gssapi-with-mic,password). 1] I tried ssh from desktop, laptop and other server, the same problem. 2] I generate a new key by ssh-keygen in some_server, it

Re: how to examine ssh problem

2011-08-02 Thread lina
On Tue, Aug 2, 2011 at 11:24 PM, Joao Ferreira Gmail joao.miguel.c.ferre...@gmail.com wrote: On Tue, 2011-08-02 at 23:02 +0800, lina wrote: Hi, when I tried to ssh some_server, it showed me, Permission denied (publickey,gssapi-with-mic,password). 1] I tried ssh from desktop, laptop and

Re: how to examine ssh problem

2011-08-02 Thread Andrew McGlashan
Hi Lina, lina wrote: I can ssh by username@full_some_server_address, but can't access in a simple way, Is it simply that you are one user and you want to ssh to a different user name? If you ssh some_server, then it will default to whatever username you are currently logged in as. --

Re: how to examine ssh problem

2011-08-02 Thread Juan Sierra Pons
2011/8/2 lina lina.lastn...@gmail.com: On Tue, Aug 2, 2011 at 11:24 PM, Joao Ferreira Gmail joao.miguel.c.ferre...@gmail.com wrote: On Tue, 2011-08-02 at 23:02 +0800, lina wrote: Hi, when I tried to ssh some_server, it showed me, Permission denied (publickey,gssapi-with-mic,password). 1]

Re: how to examine ssh problem

2011-08-02 Thread Jochen Spieker
lina: I can ssh by username@full_some_server_address, but can't access in a simple way, Then create the file ~/.ssh/config and add an entry like this: Host shortname User username HostName full_some_server_address After saving the file, you can use 'ssh shortname' to connect to the

Re: how to examine ssh problem

2011-08-02 Thread lina
On Wed, Aug 3, 2011 at 12:34 AM, Juan Sierra Pons j...@elsotanillo.net wrote: 2011/8/2 lina lina.lastn...@gmail.com: On Tue, Aug 2, 2011 at 11:24 PM, Joao Ferreira Gmail joao.miguel.c.ferre...@gmail.com wrote: On Tue, 2011-08-02 at 23:02 +0800, lina wrote: Hi, when I tried to ssh

Re: how to examine ssh problem

2011-08-02 Thread Eero Volotinen
2011/8/2 lina lina.lastn...@gmail.com: Hi, when I tried to ssh some_server, it showed me, Permission denied (publickey,gssapi-with-mic,password). 1] I tried ssh from desktop, laptop and other server, the same problem. 2] I generate a new key  by ssh-keygen in some_server, it still has