ALSchwalm / transient

A wrapper for QEMU allowing the creation of virtual machines with shared folder, ssh, and disk creation support.
MIT License
104 stars 17 forks source link

Pass options directly to SSH using -o/-ssh-option #130

Closed benfogle closed 3 years ago

benfogle commented 3 years ago

Passing options to SSH enables a bunch of useful things:

ALSchwalm commented 3 years ago

:+1: This looks good to me. Thanks for the fix! Merging