Re: SSH and ProxyCommand (was Re: rdr and authpf)

2009-01-23 Thread Lars Noodén
Lars Nooden wrote: +--E | AB--+--C | +--D Juan Miscaro wrote: Host B HostName host-B User user-B IdentityFile key-B Host C HostName host-C User user-C IdentityFile key-C ProxyCommand ssh B nc %h %p Yes, thanks very much.

SSH and ProxyCommand (was Re: rdr and authpf)

2009-01-18 Thread Lars Noodén
Juan Miscaro wrote: 2009/1/17 Lars NoodC)n larsnoo...@openoffice.org: [snip] +--E | AB--+--C | +--D [snip] This is standard SSH duty. Configure A to pass through B to get to E, C, D. Research the 'ProxyCommand' setting. Thanks. There are not words

Re: SSH and ProxyCommand (was Re: rdr and authpf)

2009-01-18 Thread Lars Noodén
Lars NoodC)n wrote: +--E | AB--+--C | +--D Ok. To record my own answer one solution, it was to use HostKeyAlias, to specify which host key to record. Host sound Protocol 2 HostKeyAlias 192.168.124.25 HostName

Re: SSH and ProxyCommand (was Re: rdr and authpf)

2009-01-18 Thread Juan Miscaro
2009/1/18 Lars NoodC)n larsnoo...@openoffice.org: Lars NoodC)n wrote: +--E | AB--+--C | +--D Ok. To record my own answer one solution, it was to use HostKeyAlias, to specify which host key to record. Host sound Protocol 2

rdr and authpf

2009-01-17 Thread Lars Noodén
I'd like to be able to authorize certain groups of users to be able to log in via ssh from A to B below, but upon/after successful authentication be redirected to ssh on C,D,or E so as to log in and work there. +--E | AB--+--C | +--D What part of authpf can

Re: rdr and authpf

2009-01-17 Thread Juan Miscaro
2009/1/17 Lars NoodC)n larsnoo...@openoffice.org: I'd like to be able to authorize certain groups of users to be able to log in via ssh from A to B below, but upon/after successful authentication be redirected to ssh on C,D,or E so as to log in and work there. +--E |