Jenkins exception Jenkins exception jenkins jenkins

Jenkins exception


You did not tell what kind of SSH operation you are doing in Jenkins. However, most uses of SSH in Jenkins do not require calling the external SSH client (the "ssh" command). Jenkins has a built-in java implementation of the SSH protocol that it uses for most things involving SSH.

The private key file for the Jenkins SSH client functionality needs to be in the OpenSSH format. If my memory serves, the Tectia SSH uses a different key format. You should be able to convert the key for Jenkins using the ssh-keygen tool. See the man page of the tool.