-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
limactl: deprecate limactl show-ssh
(Use ssh -F ...
instead)
#1811
Conversation
cc @jandubois @abiosoft @pendo324 FYI |
So you should use |
Yes. |
`limactl show-ssh` is now deprecated. Instead, use `ssh -F ~/.lima/default/ssh.config lima-default` . Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
4cb99c9
to
d1f11dc
Compare
I sort of liked the old command, and think this is something of a regression... With docker-machine and podman machine, the ssh was always hidden from the user. The Lima approach made it simple to get the config in various formats, and set up ssh. Now we are back to knowing location of files, and so on. Just my initial thoughts. |
|
Fine with me (see also #338 (comment)) 😄 |
Yeah well that just leads back to the But adding the lima hosts to ~/.ssh/config was still a neat thing, no matter how it is accomplished. Then you could I thought that was a pretty neat party trick. For most other things, there's |
You can add |
Can we merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as intended.
limactl show-ssh
is now deprecated.Instead, use
ssh -F ~/.lima/default/ssh.config lima-default
.