Recent content by Andy001

  1. A

    Unable to execute script over SSH from Jenkins

    Auth.log has following lines also: sshd[12447]: Accepted publickey for xxx from xxx.xx.x.xx port xxxx ssh2: RSA aa:... sshd[12447]: pam_unix(sshd:session): session opened for user xxx by (uid=0) Jenkins console output is following: SSH: Connecting with configuration [XXX server] ... SSH...
  2. A

    Unable to execute script over SSH from Jenkins

    Hi, thanks for your reply. Below is snippet from auth.log and those lines are coming from Jenkins(xxx is user name I am using in Jenkins): ..... systemd-logind[347]: New session 6902 of user xxx. sshd[7747]: pam_unix(sshd:session): session closed for user xxx systemd-logind[347]: Removed...
  3. A

    Unable to execute script over SSH from Jenkins

    Hello, I am trying to excecute script on remote Debian machine from Jenkins. I have working SSH Connection from Jenkins to Linux machine but cannot excecute script. I am using Publish over SSH plugin in Jenkins and that script command is placed in "Exec command". I have tried various paths...
Top