Cannot make ssh ForceCommand working












0















I am trying to run a command (server-side) every time a user connects, so I set the ForceCommand keyword at the very bottom of the /etc/ssh/sshd_config file:



ForceCommand /bin/test 


where:



# cat /bin/test
#!/bin/bash

echo "1" >> ~/test.txt

/bin/bash


and



# ls -l /bin/test
-rwxr-xr-x 1 root root 47 Mar 8 10:15 /bin/test


To make it simple, I am trying to make it working for root user first, but nothing happens (after connecting, the test.txt file is not created in /root)



What am I doing wrong?



Thank you very much,
Andrea



Using Ubuntu 14.04.6 LTS and OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.13, OpenSSL 1.0.1f 6 Jan 2014










share|improve this question

























  • How is it related to Ubuntu?

    – Pilot6
    2 days ago











  • see stackoverflow.com/a/33714333

    – cmak.fr
    2 days ago











  • @Pilot6 It's about configuration of an OpenSSH server, presumably running on an Ubuntu ststem.

    – fkraiem
    2 days ago











  • It doesn't look like an Ubuntu server ;-)

    – Pilot6
    2 days ago











  • I am sorry, forgot to mention my system details. I have appended it to the question.

    – Angus73
    2 days ago
















0















I am trying to run a command (server-side) every time a user connects, so I set the ForceCommand keyword at the very bottom of the /etc/ssh/sshd_config file:



ForceCommand /bin/test 


where:



# cat /bin/test
#!/bin/bash

echo "1" >> ~/test.txt

/bin/bash


and



# ls -l /bin/test
-rwxr-xr-x 1 root root 47 Mar 8 10:15 /bin/test


To make it simple, I am trying to make it working for root user first, but nothing happens (after connecting, the test.txt file is not created in /root)



What am I doing wrong?



Thank you very much,
Andrea



Using Ubuntu 14.04.6 LTS and OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.13, OpenSSL 1.0.1f 6 Jan 2014










share|improve this question

























  • How is it related to Ubuntu?

    – Pilot6
    2 days ago











  • see stackoverflow.com/a/33714333

    – cmak.fr
    2 days ago











  • @Pilot6 It's about configuration of an OpenSSH server, presumably running on an Ubuntu ststem.

    – fkraiem
    2 days ago











  • It doesn't look like an Ubuntu server ;-)

    – Pilot6
    2 days ago











  • I am sorry, forgot to mention my system details. I have appended it to the question.

    – Angus73
    2 days ago














0












0








0








I am trying to run a command (server-side) every time a user connects, so I set the ForceCommand keyword at the very bottom of the /etc/ssh/sshd_config file:



ForceCommand /bin/test 


where:



# cat /bin/test
#!/bin/bash

echo "1" >> ~/test.txt

/bin/bash


and



# ls -l /bin/test
-rwxr-xr-x 1 root root 47 Mar 8 10:15 /bin/test


To make it simple, I am trying to make it working for root user first, but nothing happens (after connecting, the test.txt file is not created in /root)



What am I doing wrong?



Thank you very much,
Andrea



Using Ubuntu 14.04.6 LTS and OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.13, OpenSSL 1.0.1f 6 Jan 2014










share|improve this question
















I am trying to run a command (server-side) every time a user connects, so I set the ForceCommand keyword at the very bottom of the /etc/ssh/sshd_config file:



ForceCommand /bin/test 


where:



# cat /bin/test
#!/bin/bash

echo "1" >> ~/test.txt

/bin/bash


and



# ls -l /bin/test
-rwxr-xr-x 1 root root 47 Mar 8 10:15 /bin/test


To make it simple, I am trying to make it working for root user first, but nothing happens (after connecting, the test.txt file is not created in /root)



What am I doing wrong?



Thank you very much,
Andrea



Using Ubuntu 14.04.6 LTS and OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.13, OpenSSL 1.0.1f 6 Jan 2014







server ssh






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago









terdon

66.8k12139221




66.8k12139221










asked 2 days ago









Angus73Angus73

156




156













  • How is it related to Ubuntu?

    – Pilot6
    2 days ago











  • see stackoverflow.com/a/33714333

    – cmak.fr
    2 days ago











  • @Pilot6 It's about configuration of an OpenSSH server, presumably running on an Ubuntu ststem.

    – fkraiem
    2 days ago











  • It doesn't look like an Ubuntu server ;-)

    – Pilot6
    2 days ago











  • I am sorry, forgot to mention my system details. I have appended it to the question.

    – Angus73
    2 days ago



















  • How is it related to Ubuntu?

    – Pilot6
    2 days ago











  • see stackoverflow.com/a/33714333

    – cmak.fr
    2 days ago











  • @Pilot6 It's about configuration of an OpenSSH server, presumably running on an Ubuntu ststem.

    – fkraiem
    2 days ago











  • It doesn't look like an Ubuntu server ;-)

    – Pilot6
    2 days ago











  • I am sorry, forgot to mention my system details. I have appended it to the question.

    – Angus73
    2 days ago

















How is it related to Ubuntu?

– Pilot6
2 days ago





How is it related to Ubuntu?

– Pilot6
2 days ago













see stackoverflow.com/a/33714333

– cmak.fr
2 days ago





see stackoverflow.com/a/33714333

– cmak.fr
2 days ago













@Pilot6 It's about configuration of an OpenSSH server, presumably running on an Ubuntu ststem.

– fkraiem
2 days ago





@Pilot6 It's about configuration of an OpenSSH server, presumably running on an Ubuntu ststem.

– fkraiem
2 days ago













It doesn't look like an Ubuntu server ;-)

– Pilot6
2 days ago





It doesn't look like an Ubuntu server ;-)

– Pilot6
2 days ago













I am sorry, forgot to mention my system details. I have appended it to the question.

– Angus73
2 days ago





I am sorry, forgot to mention my system details. I have appended it to the question.

– Angus73
2 days ago










1 Answer
1






active

oldest

votes


















0














Sorry, I found the problem. Simply I needed to restart ssh (service ssh restart) after editing the /etc/ssh/sshd_config file. Anyway, thanks for your help!






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124007%2fcannot-make-ssh-forcecommand-working%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Sorry, I found the problem. Simply I needed to restart ssh (service ssh restart) after editing the /etc/ssh/sshd_config file. Anyway, thanks for your help!






    share|improve this answer




























      0














      Sorry, I found the problem. Simply I needed to restart ssh (service ssh restart) after editing the /etc/ssh/sshd_config file. Anyway, thanks for your help!






      share|improve this answer


























        0












        0








        0







        Sorry, I found the problem. Simply I needed to restart ssh (service ssh restart) after editing the /etc/ssh/sshd_config file. Anyway, thanks for your help!






        share|improve this answer













        Sorry, I found the problem. Simply I needed to restart ssh (service ssh restart) after editing the /etc/ssh/sshd_config file. Anyway, thanks for your help!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 days ago









        Angus73Angus73

        156




        156






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124007%2fcannot-make-ssh-forcecommand-working%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局