Skip to content

Commit f2e9dfe

Browse files
committed
feat(ssh): disable strict host checking for warp vm
host key for warp vm will change each time warp vm reboots & other situations: https://serverfault.com/a/992034 each time this requires manual confirmation which breaks user flow. disable checking to connect anyway
1 parent 218e814 commit f2e9dfe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.ssh/config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#
2+
# Dotfiles
3+
# SSH Config
4+
#
5+
6+
Host warp.mrzzy.co
7+
StrictHostKeyChecking no

0 commit comments

Comments
 (0)