[GH-ISSUE #81] [Question] Terminal Login without Password #5822

Closed
opened 2026-03-01 17:07:15 +03:00 by kerem · 2 comments
Owner

Originally created by @aldinokemal on GitHub (Feb 14, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/81

How can we configure our Web Terminal login method with an SSH key?

Originally created by @aldinokemal on GitHub (Feb 14, 2023). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/81 How can we configure our Web Terminal login method with an SSH key?
kerem closed this issue 2026-03-01 17:07:16 +03:00
Author
Owner

@0xJacky commented on GitHub (Feb 14, 2023):

Currently, using SSH key to login is not supported. If you want to use Terminal without password, you can change the ‘StartCmd’ which is in config.ini, to ‘bash’ and then restart nginx-ui.

<!-- gh-comment-id:1430062114 --> @0xJacky commented on GitHub (Feb 14, 2023): Currently, using SSH key to login is not supported. If you want to use Terminal without password, you can change the ‘StartCmd’ which is in config.ini, to ‘bash’ and then restart nginx-ui.
Author
Owner

@aldinokemal commented on GitHub (Feb 14, 2023):

nice, actually we just need to set root password and do login with user root
it's working now

for example:

  • sudo su
  • passwd -> enter you root password (ex: 1234)

then login via web terminal

  • user: root
  • password: 1234
<!-- gh-comment-id:1430071676 --> @aldinokemal commented on GitHub (Feb 14, 2023): nice, actually we just need to set root password and do login with user root it's working now for example: - `sudo su` - `passwd` -> enter you root password (ex: 1234) then login via web terminal - user: `root` - password: `1234`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#5822
No description provided.