Re: Question about SSH, well duh.
From: Fluker (fluker_at_hotmail.com)
Date: 07/27/03
- Previous message: Nico Kadel-Garcia: "Re: Mapped SCP Drive on windows"
- In reply to: Richard E. Silverman: "Re: Question about SSH, well duh."
- Next in thread: Richard E. Silverman: "Re: Question about SSH, well duh."
- Reply: Richard E. Silverman: "Re: Question about SSH, well duh."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 27 Jul 2003 21:02:05 GMT
OK that is waht I thought. So is you were posting to this group
through X newserver in order for the data to be encrypted as it comes
through the SSH Proxy, the news server would need to be SSH also. Is
that right?
ex:
SSH client > SSH Proxy >SSH New Server
Now all data is encrypted going FROM the news server TO the SSH proxy,
and then from the proxy, of course, to the client. (Right?)
On 26 Jul 2003 01:15:32 -0400, Richard E. Silverman <res@qoxp.net>
wrote:
>
>> OK that makes perfect sense. Now is it then possible to go from a SSH
>> server to yet another trusted SSH server from the client, which would
>> be like this:
>> SSH cleint>SSH Server>SSH Server and back again. This would make the
>> middle SSH Server unable to decrypt teh information, correct?
>
>It depends on what you mean by "go from." If you're doing this:
>
> A% ssh B ssh C
>
>then the data is decrypted by B and re-encrypted for transport over the
>second SSH connection. However, if you funnelled the first SSH connection
>through the second by proxying or tunnelling, then B would have no special
>vantage point with regard to the data. E.g.
>
> A% ssh -o proxycommand="ssh B nc C 22" C
>
>or
>
> A% ssh -L 1234:C:22 B
> A% ssh localhost -p 1234 -o hostkeyalias=C
- Previous message: Nico Kadel-Garcia: "Re: Mapped SCP Drive on windows"
- In reply to: Richard E. Silverman: "Re: Question about SSH, well duh."
- Next in thread: Richard E. Silverman: "Re: Question about SSH, well duh."
- Reply: Richard E. Silverman: "Re: Question about SSH, well duh."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|