I am working with emacs in Win7 to develop C++ Code on a Linux server via SSH. Loading and Saving via Tramp (using plink) works well and the "Compile" command in emacs can also be used, but I need to reenter my password everytime.
Is there any way to keep the connection to the shell or save the password? Or do I have to do some authentication in plink?
Of course, I would be happy if you point me to a manual or other file which explains details about this.
Thank you very much!