Disable ssh login for an account.

From munkjensen.net/wiki
Revision as of 13:59, 1 March 2017 by Admin (talk | contribs) (Created page with "=== Disable account login without disabling the account === <syntaxhighlight lang="xml" line>usermod --expiredate 1 [LOGIN]</syntaxhighlight> Will let sudoers login to the a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Disable account login without disabling the account

usermod --expiredate 1 [LOGIN]

Will let sudoers login to the account linke this:

sudo su - [LOGIN]