Allow empty username #21

Closed
opened 2026-09-16 07:49:49 -06:00 by ksmith · 1 comment
Owner

Allow profiles to have an empty username. If it is empty ask for then username when connecting.

Allow profiles to have an empty username. If it is empty ask for then username when connecting.
ksmith added the Kind/Enhancement label 2026-09-16 07:49:49 -06:00
Author
Owner

Fixed in 776db5e (not yet pushed/released).

  • SSH/RDP profiles can now be saved with a blank username; you'll be asked for one at connect time instead (same bar used for the password prompt).
  • VNC profiles ask for a username only when the server's negotiated auth method actually needs one (Apple's two auth schemes, security types 30/33) -- plain VNC Authentication and no-auth never prompt, since they never use one.
Fixed in 776db5e (not yet pushed/released). - SSH/RDP profiles can now be saved with a blank username; you'll be asked for one at connect time instead (same bar used for the password prompt). - VNC profiles ask for a username only when the server's negotiated auth method actually needs one (Apple's two auth schemes, security types 30/33) -- plain VNC Authentication and no-auth never prompt, since they never use one.
Sign in to join this conversation.