Tuesday, January 27, 2009

Stone Stuck In Goldfish

Login remoto con SSH

Lavorare a lungo direttamente sul MID puo' essere stancante, possiamo tuttavia utilizzare una sessione remota con SSH e quindi lavorare sul MID utilizzando il nostro PC di casa.

Per fare questo, sia il PC di casa che il MID must be connected to the same network. For example, my desktop PC connects to the home router with ethernet cable while the MID I connect via wireless.

The SSH daemon is already installed on Midinux but not started by default then, first, we start it. To do so, using a terminal command line (see a previous posts to know how to get the terminal), and insert the statement:

/ etc / init.d / sshd start

Midinux should inform us if the daemon is started successfully.

Also from terminal command line, launch the MID command ifconfig



to recover the network address that was assigned to the MID.

As mentioned above the two PCs are connected to the same network, and then share the same address space (eg PC and MID = = 5.342.34.101 5.342.34.102).

Finally, on your home, we can run the client program of your choice (eg putty) and enter the network address of the MID (5.342.34.102, in our example).

UPDATE: Before you can connect it is necessary to protect the root account with a password (default password is not required). To do this we type the terminal command: passwd



There will be at this point the new request password for the root account.

0 comments:

Post a Comment