Re: how to examine ssh problem

2011-08-17 Thread Ivan Shmakov
> Alan Chandler writes: > On 04/08/11 09:15, Ivan Shmakov wrote: > Alan Chandler 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 spe

Re: how to examine ssh problem

2011-08-04 Thread Alan Chandler
On 04/08/11 09:15, Ivan Shmakov wrote: Alan Chandler 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.)

Re: how to examine ssh problem

2011-08-04 Thread Ivan Shmakov
> Alan Chandler 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 asymmetric cryptography e

Re: how to examine ssh problem

2011-08-04 Thread lina
On Thu, Aug 4, 2011 at 3:23 PM, Alan Chandler 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, >>> >>> Per

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 t

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 wrote: > 2011/8/2 lina : >> Hi, >> >> when I tried to ssh some_server, it showed me, >> >> Permission denied (publickey,gssapi-with-mic,passwo

Re: how to examine ssh problem

2011-08-02 Thread Eero Volotinen
2011/8/2 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. > >

Re: how to examine ssh problem

2011-08-02 Thread lina
On Wed, Aug 3, 2011 at 12:34 AM, Juan Sierra Pons wrote: > 2011/8/2 lina : >> On Tue, Aug 2, 2011 at 11:24 PM, Joao Ferreira Gmail >> 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,

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 th

Re: how to examine ssh problem

2011-08-02 Thread Juan Sierra Pons
2011/8/2 lina : > On Tue, Aug 2, 2011 at 11:24 PM, Joao Ferreira Gmail > 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, lapt

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. -- Kin

Re: how to examine ssh problem

2011-08-02 Thread lina
On Tue, Aug 2, 2011 at 11:24 PM, Joao Ferreira Gmail 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 other server, the sam

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,

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 username@full_some_se