LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   ssh : is there a way to not have to enter the password? (https://www.linuxquestions.org/questions/linux-security-4/ssh-is-there-a-way-to-not-have-to-enter-the-password-175114/)

xutopia 04-27-2004 09:35 AM

ssh : is there a way to not have to enter the password?
 
I have to run a script every time I log back in to my computer. This command maps a few ports on my localhost to act as ports on another server. However because this command uses ssh it asks for the password so I cannot automatize it with a script at boot time.

Is there any way to run this command without being asked for a password?

ssh -L 8081:192.168.1.53:80 me@server.com

Thanks in advance

Hangdog42 04-27-2004 09:37 AM

This article may have the info you need.

xutopia 04-28-2004 09:55 AM

excellent! :)
 
this was exactly what I needed. I'm thrilled to now have this article! Thank you very much!


All times are GMT -5. The time now is 06:38 AM.