Fail to enable SSH on HAOS

Hi, new ‘Blue’ fully up to date. Trying to enable debugging as per https://developers.home-assistant.io/docs/operating-system/debugging/

  • [x] USB Stick formatted as FAT named as CONFIG
  • [x] Created key file named as authorized_keys
  • [x] Key file LF and ANSI (actually as ISO 8859-1 as VS Code doesn’t have ANSI - is this the issue)

Importing the USB gives

image

All I can see in the logs (bar a hardware ADD entry in Supervisor) is this in the Core Log

[26729.462068] usb 1-1.1.2: new high-speed USB device number 8 using xhci-hcd
[26729.565195] usb-storage 1-1.1.2:1.0: USB Mass Storage device detected
[26729.565750] scsi host0: usb-storage 1-1.1.2:1.0
[26730.574741] scsi 0:0:0:0: Direct-Access     Easy     Disk             V1.1 PQ: 0 ANSI: 0 CCS
[26731.142953] sd 0:0:0:0: [sda] 4030464 512-byte logical blocks: (2.06 GB/1.92 GiB)
[26731.143102] sd 0:0:0:0: [sda] Write Protect is off
[26731.143108] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[26731.143327] sd 0:0:0:0: [sda] No Caching mode page found
[26731.143405] sd 0:0:0:0: [sda] Assuming drive cache: write through
[26731.176359]  sda: sda1
[26731.178085] sd 0:0:0:0: [sda] Attached SCSI removable disk
[26731.178861] udevd[3296]: inotify_add_watch(6, /dev/sda, 10) failed: No such file or directory
[26731.183403] udevd[3296]: inotify_add_watch(6, /dev/sda1, 10) failed: No such file or directory

Character encoding may be the issue, but I have opened it with a different editor (EditPlus) and that says ANSI and UNIX (for line ends).

Any suggestions what is wrong?

This has been raised as a bug