One of my Raspberry Pis is powered on 24/7. To access it I always SSH into it using Putty. It took a couple weeks beforeI got fed with entering my username and password every time I want to work on it.
I did a quick Google search and came to this:
http://superuser.com/questions/44106/is-there-a-way-to-auto-login-in-putty-with-a-password
Which essentially come to creating a shortcut to putty.exe, and add the following argument:
pi@192.168.1.151 -pw raspberry
Now I can access my Pi by simply double clicking on the shortcut.
No comments:
Post a Comment