Sebastien Bonnegent
Sebastien Bonnegent
I am not sure it is a bug. I tried to install decidim on Debian 11. I have no problem with command: gem install decidim. But I can't use command...
I added a command (%) to remove playing song from filesystem (and playlist) and go next. IMPORTANT: there are no warning before deletion. Congrats for cplay, it is very usefull...
Is it possible, for a manager, to receive by mail a summary of users / targers / ACL (like command: user TOTO access notify) ?
When I use "user add", two identical lines are added to /home/sshgate/.ssh/authorized_keys2 for the user. If I rebuild authorized_keys2 with "user build auth_keys", each line appear also twice.
We use this to do bash completion on sshgate command, maybe can be usefull: We define 2 alias in .bash_aliases: > alias sshgate="ssh -Xt sshgate@YOUR_SERVER" > alias update_sshgate="ssh sshgate@YOUR_SERVER cmd...