[Tfug] OpenSSH question

Chris Hilton tfug@tfug.org
Tue Jun 11 20:20:01 2002


On Tue, 11 Jun 2002 19:54:58 -0700 (MST)
"Mike Morrell" <mike@themorrells.org> wrote:

> Chris,
> 
>   It just seemed like that what I was asking for would be a logical
> option.  As a user you think I could control how ssh connects to my
> login.
> 
>   If I read the man correctly doesnt ssh_config only affect how the
>   ssh
> client I start on that computer connects to external servers?
> 
> 
> 
> Thanks for replying,
> 
> Mike

Yeah, that's what my second post was appending to the first.  You had
asked if there was a way to do it through $HOME/.ssh/? and that is how
you'd do it.  But the only way I can think of to manage it on the server
side is to run two seperate sshd procs each reading seperate
sshd_configs.

-C-