How can a remote server deploy a project without entering a password?

75 views Asked by At

The company is deploying it using the secure CRT(ssh) tool on a remote server. The deploy procedure is as follows.

depoly.sh

   ↓
Move to tomcat directory.
   ↓
shutdown.sh
   ↓
startup.Sh

When using depoly.sh, the first of these, there is a problem that you can only run a command by entering a password. I want it to run without entering the password. Does anyone know a solution to this? Help me.

0

There are 0 answers