Menu Close
  • Categories
  • Tags
  • About
Close
    • xoreth (coret)
    • Categories
    • Tags
    • Search

    Disable SSH Host Key Checking

    Published: February 23, 2017 by Galuh D Wijatmiko Creative Commons Licence

    • Categories:
    • Server 28
    • Tags:
    • ssh 9
    ssh UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no user@ip

    make alias variable command, open ~/.zshrc or using bash ~/.bashrc :

    alias ssh="ssh UserKnownHostsFile=/dev/null -o StrictHostKeyChecking"

    reload config

    source ~/.zshrc

    Back to Top
    ← Build VM From Virtualbox to Box Vagrant Install and Run Vagrant →

    About

    The Notes of System Engineer

    @wajatmaka | 2020
    Back to Top