Is it possible connect with SFTP to the Lima server?
Hi @aitor,
Yes, limactl show-ssh --format=config <vm name>
will produce a .ssh-config
style output.
You can pass this to ssh
or vscode
or whatever you like.
To list your Lima machines, use limactl list
.
2 Likes