Describe the problem/error/question
I want to add a ssh command Note with Dialogue
example are git , I want to run git pull then input username password
I do understand I can save the usernanme and password on server but I do NOT want to do this way for safty reason.
I also understand you can write shell script , but same thing it store the username and password
(work around would be upload file execute and remove file)
therefore the Right way to do is : the Command should be git pull and then ???input username ??
I have tried with ; seems not work
What is the error message (if any)?
I have tried with ; seems not work
I have tried to add second command Note , still not working , it begin to execute new ssh command
and the toturial did Not explain this situatio also , can any one explain how it can be done