a question<div>the file "~/.ssh/config" </div><div>I don't understand to configure the file "~/.ssh/config"</div><div>how to set it?</div><div>is it manual configuration ?</div><div><br></div><div>in the exeples I saw this congigure</div>
<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color: rgb(53, 55, 53); font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 14px; line-height: 19px; "><pre class="xterm" style="font-family: 'Lucida Console', Monaco, 'DejaVu Sans Mono', monospace, 'Courier New', MiscFixed; font-size: 10px; white-space: pre; padding-top: 0.5em; padding-right: 0.5em; padding-bottom: 0.5em; padding-left: 0.5em; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(103, 103, 103); overflow-x: auto; overflow-y: auto; line-height: 14px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; ">
$ cat ~/.ssh/config
Host *
    StrictHostKeyChecking no</pre></span></div>