Changes

From Amahi Wiki
Jump to: navigation, search
758 bytes added ,  19:01, 7 March 2010
no edit summary
Or, if physical access to your HDA is complicated, it might be easier to just SSH into it than to try to work on it physically.
Here's how to simply SSH into your HDA. Note: If you'd like to setup a more permanent & safe way to SSH into your HDA, you can follow detailed instructions on the [[Key-Based SSH Logins]] page.
=All Platforms=
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>