in reply to Ignoring ssh login request?

I couldn't find a way to prevent ssh from talking with the terminal for password prompts. One trick is to disable password authentication. This won't help with missing host key prompting but it eliminates passwords prompts and fails when it can't authenticate.
ssh -o PasswordAuthentication=no host

Replies are listed 'Best First'.
Re: Re: Ignoring ssh login request?
by monk_wannabe (Initiate) on Oct 17, 2003 at 23:05 UTC
    I hadn't thought of that. I like the idea of being able to disable it from a "1 time trial" point of view. I may end up going that route.

    - I know nothing....