From 45d00c2d54d8466a52262b7491f4a18279e398e3 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Tue, 3 Jan 2023 11:21:49 +0100 Subject: more docs for the ssh options --- debvm-run | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debvm-run') diff --git a/debvm-run b/debvm-run index 1e1b3d8..9b64ef4 100755 --- a/debvm-run +++ b/debvm-run @@ -37,6 +37,9 @@ By default B in the working directory is used. =item B<-s> I, B<--sshport>=I If given, B is configured to pass connections to I<127.0.0.1:sshport> to port 22 of the virtual machine. +You can connect to your virtual machine without updating your known hosts like this: + + ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p $sshport root@127.0.0.1 =item B<--> I -- cgit v1.2.3