Skip to content

Instantly share code, notes, and snippets.

@leenattress
Created June 14, 2014 20:51
Show Gist options
  • Save leenattress/03687a1a28e76d97ad41 to your computer and use it in GitHub Desktop.
Save leenattress/03687a1a28e76d97ad41 to your computer and use it in GitHub Desktop.
Android MX box Linux SSH login
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.
root@192.168.2.8'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