From 3cce6a2ec3ba86f8cd2e760dfae29769daf736fe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 17 May 2024 10:48:32 -0300 Subject: Feat: adds login command --- kvmxfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kvmxfile') diff --git a/kvmxfile b/kvmxfile index 975aa78..191b160 100644 --- a/kvmxfile +++ b/kvmxfile @@ -86,6 +86,12 @@ shared_folder_mountpoint="/home/$user/code/$VM" #startup_rsync_to_guest="data:data:/var/data,code:$HOME/code:/home/user/code" #poweroff_rsync_from_guest="data:/var/data:data,code:/home/user/code:$HOME/code" +# SSH login command when using `kvmx login` +# Login command when SSHing to the guest when no command is specified. +# Yout might need to invoke a login shell so your environment is populated etc. +#ssh_login_comman="tmux" +#ssh_login_command="bash --login -c 'shell local myprofile'" + # Graphics # See https://wiki.archlinux.org/index.php/QEMU#Graphics #graphics="-vga std -nographic -vnc :$GUEST_DISPLAY" -- cgit v1.2.3