[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Subject: network-console installation and ssh keys



On 2015-04-15, Paul E Condon <pecondon@mesanetworks.net> 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



Reply to: