Re: Is my ssh session encrypted?
From: Richard E. Silverman (res_at_qoxp.net)
Date: 05/15/05
- Previous message: Neil W Rickert: "Re: Is my ssh session encrypted?"
- In reply to: Neil W Rickert: "Re: Is my ssh session encrypted?"
- Next in thread: Larry Alkoff: "Re: Is my ssh session encrypted?"
- Reply: Larry Alkoff: "Re: Is my ssh session encrypted?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 15 May 2005 11:38:48 -0400
> Larry Alkoff <nobody@nowhere.com> writes:
> >Ssh to to another computer produces an error that "The authenticity
> >of host can't be established" but it connects if I answer "yes" to the
> >"are you sure" message.
>
> >Also with this new computer it did not ask for my passphrase even
> >though 'authorized_keys' has been copied over to the remote computer
> >by floppy to ~/.ssh. However I previously also did
>
> Did it ask for a login password?
>
> >ba@linda ~ $ ssh-agent $SHELL
> >lba@linda ~ $ ssh-add
> >Enter passphrase for /home/lba/.ssh/id_rsa:
> >Identity added: /home/lba/.ssh/id_rsa (/home/lba/.ssh/id_rsa)
>
> It seems that you were authenticated using public key authentication,
> with ssh_agent providing the authentication information on your
> behalf.
>
> >How can I tell if my communications to the remote computer are being
> >encrypted?
>
> You could snoop on the network traffic.
ssh -v will show encryption being negotiated & which cipher is in use.
> An ssh session is always authenticated, unless
>
> you went to a lot of trouble to setup an unauthenticated
> connection
> your version of ssh has support for unauthenticated
> connections.
Presumably Neil means "encrypted" here, not "authenticated."
> >What does the the sign-on message "authentiticity can't be
> >established" mean?
>
> It means that you (your ssh) could not verify the correctness of the
> host key of the site to which you connected.
Specifically, it means the public hostkey presented by the server is not
associated with that host in ~/.ssh/known_hosts or
/etc/ssh/ssh_known_hosts. Thus, the client has no way of verifying that
you're connecting to the right SSH server.
-- Richard Silverman res@qoxp.net
- Previous message: Neil W Rickert: "Re: Is my ssh session encrypted?"
- In reply to: Neil W Rickert: "Re: Is my ssh session encrypted?"
- Next in thread: Larry Alkoff: "Re: Is my ssh session encrypted?"
- Reply: Larry Alkoff: "Re: Is my ssh session encrypted?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|