You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After setting allow-keyless to true, and anon-access to no-access I assumed I could still use http/git connection while making unauthorized users unable to access the server over ssh yet I can still access the server,browse and clones repos with anon-user.
Am I misunderstanding how both of those settings work?
To Reproduce
Set allow-keyless true
Set anon-access no-access
ssh -p 23231 <server_address> - from anon user
Expected behavior
Able to use http/git connections with tokens while disabling anon users from accessing server altogether
Hosted on linux 24.04, soft server installed from repository
The text was updated successfully, but these errors were encountered:
Describe the bug
After setting allow-keyless to true, and anon-access to no-access I assumed I could still use http/git connection while making unauthorized users unable to access the server over ssh yet I can still access the server,browse and clones repos with anon-user.
Am I misunderstanding how both of those settings work?
To Reproduce
Set allow-keyless true
Set anon-access no-access
ssh -p 23231 <server_address> - from anon user
Expected behavior
Able to use http/git connections with tokens while disabling anon users from accessing server altogether
Hosted on linux 24.04, soft server installed from repository
The text was updated successfully, but these errors were encountered: