Created
April 3, 2022 22:04
-
-
Save sshnaidm/c699dfb1e24093ab70964c492058a084 to your computer and use it in GitHub Desktop.
CRC VM ssh login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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