mavstuff / NoLogin

NoLogin for Windows that simulates /sbin/nologin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NoLogin for Windows that simulates /sbin/nologin

License:MIT License


Languages

Language:C++ 56.1%Language:C 43.9%