Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkbox to enable SSH #86

Closed
remys opened this issue Jul 1, 2020 · 1 comment
Closed

Checkbox to enable SSH #86

remys opened this issue Jul 1, 2020 · 1 comment

Comments

@remys
Copy link

remys commented Jul 1, 2020

When first booting in a Pi, the system will look for a file /boot/ssh, and if found, enable the pi's ssh server.
With the current imager, it is necessary to mount /boot on some computer, and touch this file.
To simplify the setup, please add a check box "enable ssh" on the imager gui

@lurch
Copy link
Contributor

lurch commented Jul 1, 2020

Duplicate of #25 (amongst others)

maxnet added a commit that referenced this issue Jan 17, 2021
- Adds "hidden" shift+ctrl+X shortcut for eXpert image customization
  options.

Allows one to set certain options on RPI OS images, namely:

* disable overscan
* set hostname
* enable ssh and
  - set Pi user password if using password authentication
  OR
  - set authorized_keys
    (if running Imager on Linux/Mac this will
     have contents of ~/.ssh/id_rsa.pub prefilled)
* configure wifi settings
  (if computer running Imager is connected by wifi it will
  prefill wifi SSID and if on Windows also PSK).
* set time zone and keyboard layout

  Related to feature requests/issues:
  Ref #127
  Ref #86
  Ref #102
  Ref #73
  Ref #68
  Ref #25
  Ref #12

- Option Window also allows setting a couple other general settings:

* Adds option for audible notification (beep) when imaging completes.
  Closes #46

* Adds option not to eject media when done.
  Closes #144

- No longer suspends a number of Windows services during Imaging
  (We want Windows to detect the drive and mount it, or we may
   not be able to alter files on FAT partition).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants