ssh doesn't work over WiFi [closed]
I can SSH to myself on both the 'bot and the workstation, but not one to another. What would prevent ssh from working over WiFi? Ping works all 4 ways.
Alan
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I can SSH to myself on both the 'bot and the workstation, but not one to another. What would prevent ssh from working over WiFi? Ping works all 4 ways.
Alan
It works!
had to ssh turtlebot@turtlebot-0170 (and turtlebot as password) and ssh alan@alan-desktop (and my password).
I had been trying: ssh 172.16.1.22 (sample) I thought "Mervin" was just the IP.
Thanks all!
Alan
What do you mean by ssh to yourself? Is it "ssh localhost"? If so, then I guess you have ssh server installed.
Do you access remote mashine with hostname or IP? If hostname, try using IP address instead. You can get them with
ifconfig wlan0
I don't know if this is the appropriate place to ask this question, but have you installed openssh-server in both machines?
https://help.ubuntu.com/10.04/serverguide/openssh-server.html
Asked: 2012-09-05 18:41:44 -0600
Seen: 829 times
Last updated: Sep 09 '12
How can I process rostopic on a remote pc host?
build farm - accessing private repository using git over ssh
"Incompatible ssh peer" when launching a remote node
How to run launch file on remote without shell scripts
How to start ssh automatically after launching raspberry PI?
Export audio input from local machine to remote robot?
Confusion over 'ssh' command for networking
Start turtlebot world remotely from WIN10 with putty and xming
What is the error that is shown? Are you specifying the correct names for ssh?