https://github.com/mavstuff/nologin
NoLogin for Windows that simulates /sbin/nologin
https://github.com/mavstuff/nologin
nologin ssh sshd sshd-config windows
Last synced: about 2 months ago
JSON representation
NoLogin for Windows that simulates /sbin/nologin
- Host: GitHub
- URL: https://github.com/mavstuff/nologin
- Owner: mavstuff
- License: mit
- Created: 2022-12-22T17:23:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:45:42.000Z (over 3 years ago)
- Last Synced: 2024-12-27T01:24:54.681Z (over 1 year ago)
- Topics: nologin, ssh, sshd, sshd-config, windows
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## NoLogin for Windows
**NoLogin** app for Windows that simulates **/sbin/nologin** for Linux
Prints the message and then pauses indefinitely
Useful for setting as the shell for OpenSSH users
Sample sshd_config file:
Match Group Guests
ForceCommand C:/ProgramData/ssh/NoLogin.exe
(c) 2022 Artem Moroz, artem.moroz@gmail.com