Changes

From Amahi Wiki
Jump to: navigation, search
596 bytes added ,  19:01, 7 March 2010
no edit summary
Once logged in, if you need to execute commands as root, execute this command, and enter the root password when prompted:<br/>
 <codediv style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">su -</codediv>
=Windows=
You'll now see a terminal window. In there, type the following command:
<codediv style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">ssh username@ip_address</codediv>
Replace ''username'' with your Fedora username, and ''ip_address'' with your HDA' IP address.
Example:
<codediv style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">ssh joe@192.168.0.2</codediv>
=Linux=
In the window that appears, type the following command:
<codediv style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">ssh username@ip_address</codediv>
Replace ''username'' with your Fedora username, and ''ip_address'' with your HDA' IP address.
Example:
<codediv style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">ssh joe@192.168.0.2</codediv>