Hello, I have a basic installation (by using the perfect server tutorial) of Ispconfig 3.1.2 on Ubuntu 16.04.2 LTS. I need that every client's shell user can generate a ssh key (using ssh-keygen) to use it as a deploy key in github (or other services of git). What I tried: Adding path to ssh-keygen executable in System -> Server config -> Jailkit -> Jailkit chrooted applications with no success (command not found) Adding a section in /etc/jailkit/jk_init.ini and adding it to Jailkit chroot app sections with no success either, like this: Code: [customramm] comment = ramm executables = /usr/bin/git* /usr/lib/git-core/* /usr/bin/ssh-keygen /bin/uname Can someone please guide me? Thanks //Edit: Should be moved to the IspConfig section, my mistake.
Since my question is not really clear, all I want is to give shell users (created by clients within ispconfig) access to ssh-keygen command. Is there something that I'm missing? Since it's been a month since I posted this and no replies yet.
Both of the things you mention would only affect new jails, and the second (adding a new section) only if you add that section to the 'Jailkit chroot app sections'. Did you try adding it manually with jk_cp ?
If usefule, there's an example and comments at https://www.howtoforge.com/community/threads/jailkit-copy-over-ca-certificates.75927/#post-357799