mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #81] [Question] Terminal Login without Password #3151
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#3151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.
@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 supasswd-> enter you root password (ex: 1234)then login via web terminal
root1234