Difference between revisions of "Connecting with internal PC via SSH"

From youBot wiki
Jump to: navigation, search
(Created page with "Search youbot Ip")
 
Line 1: Line 1:
Search youbot Ip
+
=Ubutnu=
 +
 
 +
==Connecting via SSH without graphical interface==
 +
 
 +
To establish a connection without graphical interface type
 +
<pre>ssh [yourYouBotName]@[yourYouBotID]</pre>
 +
 
 +
==Connecting via SSH with graphical interface==
 +
 
 +
To establish a connection with the possibility to open GUI type
 +
<pre>ssh -X [yourYouBotName]@[yourYouBotID]</pre>
 +
 
 +
==Browsing in Nautilus (Ubuntu defoult file manager)==
 +
 
 +
In file manager click File -> Connect to Server...
 +
Then choose SSH. In pools you have to add you youBot IP and name and password to youBot system.
 +
 
 +
==Finding youBot IP==
 +
 
 +
There are many tools to find youBot IP address in network. One of them is avahi-browse. To use it type
 +
<pre>avahi-browse -rt _workstation._tcp </pre>
 +
in your terminal. It should show all IP address in the network. You just have to find your robot.

Revision as of 10:27, 26 January 2015

Ubutnu

Connecting via SSH without graphical interface

To establish a connection without graphical interface type

ssh [yourYouBotName]@[yourYouBotID]

Connecting via SSH with graphical interface

To establish a connection with the possibility to open GUI type

ssh -X [yourYouBotName]@[yourYouBotID]

Browsing in Nautilus (Ubuntu defoult file manager)

In file manager click File -> Connect to Server... Then choose SSH. In pools you have to add you youBot IP and name and password to youBot system.

Finding youBot IP

There are many tools to find youBot IP address in network. One of them is avahi-browse. To use it type

avahi-browse -rt _workstation._tcp 

in your terminal. It should show all IP address in the network. You just have to find your robot.