Changes

no edit summary
= Installing Open SSH Server =
Type login Login as root via serie, type:
<pre>apt-get install openssh-server
</pre>
<pre>passwd root
</pre>
Enter new password, i recommend use letterletters, numbers and symbols like:?¿!...
Search in eth0: inet addr:X.X.X.X, where X.X.X.X is the server private IP. We are going to prove it login as root via ssh:
<pre>ssh root@X.X.X.X
</pre>
Using the password typed above, Now we be able to connect to server via SSH, using the password typed above.
The next steps are not necessary use serial communication .
4,199
edits