Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Created April 3, 2022 22:04
Show Gist options
  • Save sshnaidm/c699dfb1e24093ab70964c492058a084 to your computer and use it in GitHub Desktop.
Save sshnaidm/c699dfb1e24093ab70964c492058a084 to your computer and use it in GitHub Desktop.
CRC VM ssh login
CRC IP - 192.168.130.11
SSH key - ~/.crc/machines/crc/id_ecdsa
username - core
ssh -i ~/.crc/machines/crc/id_ecdsa -o StrictHostKeyChecking=no [email protected]
# alias crcssh="ssh -i ~/.crc/machines/crc/id_ecdsa -o StrictHostKeyChecking=no core@`crc ip`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment