the ssh service does not start by default. to make it do this use the command
Code: Select all
sudo update-rc.d ssh defaults
Code: Select all
sudo apt-get install avahi-daemon
Code: Select all
ssh pi@raspberrypi.local
Code: Select all
sudo update-rc.d ssh defaults
Code: Select all
sudo apt-get install avahi-daemon
Code: Select all
ssh pi@raspberrypi.local
Could you tell me how you configured your avahi? I used the standard configuration from http://elinux.org/RPi_Advanced_Setup#Se ... _operation and all putty tells me: Unable to open connection to raspberrypi.local Host does not exist. I suspect it has something to do with the DNS server, I think the configuration doesn't send the hostname to the DNS server... edit: I'm almost sure, because I can ping from the command line(in Winblows) to the IP-adress of my pi, but not to raspberrypi.local. However I CAN ping to raspberry.local and ssh into it from the secure shell of the pi.zebo-the-fat wrote:Great!
I log in from my Windoze machine using putty, then use ultravnc. Works well!
Figured out how I can address my pi as raspberrypi.local from my windows pc, I added it to the elinux wiki, I hope I didn't break any geek protocol by doing thatByteme wrote:Could you tell me how you configured your avahi? I used the standard configuration from http://elinux.org/RPi_Advanced_Setup#Se ... _operation and all putty tells me: Unable to open connection to raspberrypi.local Host does not exist. I suspect it has something to do with the DNS server, I think the configuration doesn't send the hostname to the DNS server... edit: I'm almost sure, because I can ping from the command line(in Winblows) to the IP-adress of my pi, but not to raspberrypi.local. However I CAN ping to raspberry.local and ssh into it from the secure shell of the pi.zebo-the-fat wrote:Great!
I log in from my Windoze machine using putty, then use ultravnc. Works well!
Please help me?