diff options
author | June McEnroe <june@causal.agency> | 2021-05-27 11:45:47 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-27 11:45:47 -0400 |
commit | 6d5bcf72c10f7b648c7c605c3cd7ff6dcf9b7b17 (patch) | |
tree | cced605fee89298f0f148f64d924c029295fc5e7 /catgirl.1 | |
parent | Log nick and ssh connection in chroot-prompt (diff) | |
download | catgirl-6d5bcf72c10f7b648c7c605c3cd7ff6dcf9b7b17.tar.gz catgirl-6d5bcf72c10f7b648c7c605c3cd7ff6dcf9b7b17.zip |
Hash the username in kiosk mode
So that the first part of $SSH_CLIENT can be passed as username.
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index 2ba5377..fd9e696 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd March 17, 2021 +.Dd May 27, 2021 .Dt CATGIRL 1 .Os . @@ -148,6 +148,8 @@ Disable the .Ic /query , .Ic /quote commands. +Replace the username +with a hash of its original value. . .It Fl N Ar util , Cm notify = Ar util Send notifications using a utility. |