About 12,100 results
Open links in new tab
  1. How to refresh hosts file without rebooting - Server Fault

    May 17, 2009 · On Windows, how do you refresh the hosts file without rebooting?

  2. How to manually trigger an update of /etc/hosts in WSL?

    Nov 16, 2020 · When I start the first WSL terminal (ubuntu 20.04 bash in my case), WSL generates the /etc/hosts file based on the host file of my windows system %WINDIR%\System32\drivers\etc\hosts.

  3. How to manage my .ssh/known_hosts file - Server Fault

    Jan 15, 2017 · After above change just add a new entry e.g. by connecting to new server with ssh root@something-new-or-new-dns-alias. This will refresh the original known_hosts file and de-crypt …

  4. docker - Modify hosts file in dockerfile - Server Fault

    May 19, 2016 · In hosts file that is copied to /tmp in docker image there is a additional hosts names and IPs. I want to cat that /tmp/hosts to /etc/hosts but after building image /etc/hosts is unmodified. How …

  5. Deploy hosts file among machines connected to a domain

    I want to copy a new hosts file (and delete the old one) among Windows 7 users connected to one domain. Many of my users work remotely. Could anyone advise me the best way to deploy that file …

  6. "Add correct host key in known_hosts" / multiple ssh host keys per ...

    SSH to the host, agreeing to the prompt to add the new key 'automatically.' Then re-edit known_hosts to remove the #. Force a temporary host alias There's even the option HostKeyAlias, as in ssh -o …

  7. Why are my HOSTS file changes not taking effect in Windows 10?

    Sep 4, 2021 · I made a change to my hosts file on my Windows 10 machine today, however after saving the changes in Notepad (running as admin) the changes do not appear to work.

  8. How to reload /etc/hosts file in AIX without reboot

    Jul 18, 2011 · The hosts file change should be immediate. But AIX can be configured to look at DNS first and the hosts file second. Check the /etc/netsvc.conf file to see if "local" is listed first. If you are …

  9. I have 50 servers. Want to update /etc/hosts file using ansible

    Jun 7, 2021 · I would like to update /etc/hosts file using ansible playbook to all my 50 servers. <ipaddress> <fqdn> <hostname>

  10. CNAME record/alias in windows hosts file? - Server Fault

    Mar 2, 2010 · Is it possible to enter some sort of CNAME record or alias in the windows hosts file (C:\Windows\System32\drivers\etc\hosts)? Basically I want to forward all requests made to host A to …