On 2015-04-15, Paul E Condon <[email protected]> wrote:
> On 20150414_2134+0000, Liam O'Toole wrote:

<SNIP>

>> Put the following in ~/.ssh/config:
>> 
>> Host desk
>>      UserKnownHostsFile /dev/null
>>      StrictHostKeyChecking no
>> 
>> See the man page of ssh_config for details.
>
> I think this will silence the warning forever, or at least until you
> think to delete those lines from your ~/.ssh/config.

<SNIP>

To overcome that concern, you could do:

Host desk_temporary
        HostName desk
        UserKnownHostsFile /dev/null
        StrictHostKeyChecking no

-- 

Liam



-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to