SSH key copy improvements
Compare changes
- Luca Weiss authored
Since a user can modify the glob to be somewhat arbitrary, use that to check if any ssh keys exist and ask in pmbootstrap init. Otherwise ssh_key_glob would only work if it was a subset of ~/.ssh/id_*.pub, so e.g. ~/.ssh/id_foo.pub but ~/.ssh/foo.pub wouldn't work.
+ 3
− 3
@@ -645,8 +645,8 @@ def ask_for_hostname(default: str | None, device: str) -> str:
@@ -787,7 +787,7 @@ def frontend(args: PmbArgs) -> None: