Commit Graph

10 Commits (e2fb6168369edad9bdd9b2cf1fc268ee3d6ad4c3)

Author SHA1 Message Date
minikube-bot 8c9a78829a Update auto-generated docs and translations 2023-11-02 17:49:57 +00:00
minikube-bot abd05a8fb5 Update auto-generated docs and translations 2023-05-23 23:28:07 +00:00
minikube-bot c0debe6f50 Update auto-generated docs and translations 2023-04-11 20:23:20 +00:00
Medya Gh 6d4788d6ba make generate docs 2023-02-16 13:06:30 -08:00
minikube-bot 1ade9eeebd Update auto-generated docs and translations 2022-06-22 18:04:56 +00:00
minikube-bot 307b4db28e Update auto-generated docs and translations 2022-04-12 18:21:28 +00:00
Anders F Björklund a7cf6feb9e Regenerate documentation to fix failing unit test 2021-03-23 07:44:06 +01:00
Steven Powell 82f7df5b56 Add user flag and log executed commands 2021-01-20 17:30:48 -07:00
Anders F Björklund 7822a4e36e Add option to add the ssh-host key to known_hosts
This matches the ssh-add command for identity keys,
it will add the host key to the ssh known_hosts file.

If a ssh key for the host already exists in the file,
it will not be added again so can be run multiple times.
2020-12-12 18:54:33 +01:00
Anders F Björklund a387989c72 Add ssh-host command for getting the ssh host keys
This is similar to the existing minikube "ssh-key" command, but gets
the content of the host key instead of the path to the identity key.

The output of this command can be added to the ~/.ssh/known_hosts,
for strict host key authentication. For instance when using Docker.
2020-12-12 18:54:33 +01:00