Created
June 14, 2014 20:51
-
-
Save leenattress/03687a1a28e76d97ad41 to your computer and use it in GitHub Desktop.
Android MX box Linux SSH login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gabriels-MacBook-Pro:~ gabrielcrowe$ ssh 192.168.2.8 -l root | |
The authenticity of host '192.168.2.8 (192.168.2.8)' can't be established. | |
RSA key fingerprint is zzzzzzzzzzzzzzzzzzzzzzzzzz. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added '192.168.2.8' (RSA) to the list of known hosts. | |
[email protected]'s password: | |
[root@MX /root]# ls | |
lost+found/ | |
[root@MX /root]# cd / | |
[root@MX /]# ls | |
bin/ home/ linuxrc@ mnt/ root/ sys/ usr.sqsh | |
dev/ lib/ lost+found/ opt/ run@ tmp/ var/ | |
etc/ lib32@ media/ proc/ sbin/ usr/ | |
[root@MX /]# cat /etc/*-release | |
NAME=Buildroot | |
VERSION=2013.11-00105-g43241de | |
ID=buildroot | |
VERSION_ID=2013.11 | |
PRETTY_NAME="Buildroot 2013.11" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment