- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Make a
Shut Down
mode able to restore running applications like Suspend
after having provided a decryption password such that cannot steal memory content and potentially decryption token
Maybe list running programs in taskbar and be able to start them would be a good start.
Make a
Shut Down
mode able to restore running applications like Suspend
after having provided a decryption password such that cannot steal memory content and potentially decryption token
Would help Benjamin-Loison/cinnamon/issues/155.
Avoid users to see commands executed by others
Run command on a given user SSH connection
Run command on a given user SSH connection
Run command on a given user SSH connection
SSH open_session on LemnosLife VPS from anonymous!
SSH close_session on LemnosLife VPS from anonymous!
ssh anonymous@lemnoslife.com
Output:
Run command on a given user SSH connection
Would be nice to exclude multiple users without using and
.
The Stack Overflow question 11396740 may help.
Run command on a given user SSH connection
With &
:
time ssh benjamin@lemnoslife.com hostname
Output:
vps713872
real 0m0.645s
user 0m0.116s
sys 0m0.011s
Run command on a given user SSH connection
ls /etc/pam.scripts/
ls: cannot access '/etc/pam.scripts/': No such file or directory
sudo mkdir /etc/pam.scripts
/etc/pam.scr…
Run command on a given user SSH connection
Being notified when the user logs out would also be interesting but in a second time.
Run command on a given user SSH connection
Could in theory modify .bashrc
but I suspect that the user can avoid running this file, for instance by using SCP. Furthermore, the aim is to not trust the user to not remove this statement from…
Run command on a given user SSH connection
ssh root@lemnoslife.com 'date && tail -n 5 /var/log/auth.log'
Output:
Fri Nov 8 06:38:07 PM CET 2024
2024-11-08T18:38:04.547790+01:00…
Run command on a given user SSH connection