WebShell - SSH like shell using https connection - Firefox OS General

Hi,
as there's no ssh client on firefox os yet, I found some python ssl webshell, which can be launched on your server. Unfotunatelly it did not work with python 2.7 anymore, so i forked it and fixed it.
Shots of the firefox device running a terminal session and a link to my github repository can be found here: piie.net/index.php?section=firefoxos

Related

[Q] VNC Server on the Galaxy 3?

Hi!
I installed the VNC Server app (droid VNC server) and I am not trying to connect to it over USB.
I've run the adb commands:
Code:
adb forward tcp:5801 tcp:5801
adb forward tcp:5901 tcp:5901
I can bring up the web based interface by connecting to http:\\localhost:5801 but the vnc java application (or RealVNC) can't connect to my phone. I have a I5800, running Lestatious 1.8 with Fugomod 2.2 OC.
Has anyone else managed to get this working?

cm7 /system/xbin & #dropbear -D

This thread is informative with a question at the end.
Just to let you know there's plenty of useful binaries in the CM7 distro you can pull from system/xbin
including:
Code:
add-property-tag bash check-lost+found dbus-send hciconfig irssi lmptest opcontrol procmem rsync showmap su
agent bdaddr cpueater dexdump hcidump l2ping nano openvpn procrank scotest showslab tcpdump
attest btool crasher directiotest hcitool l2test nc openvpn-up.sh rawbu scp sqlite3 timeinfo
avinfo bttest daemonize dropbear hstest latencytop netperf oprofiled rctest sdptest ssh vfp-crasher
avtest busybox dbus-monitor dropbearkey htop librank netserver powertop rfcomm sftp-server strace vim
Unfortunately it seems dropbear doesn't include X11 or -D dynamic socks port forwarding(-D option), it's just not in the source ( http://talk.maemo.org/showthread.php?t=2991&page=2 ). And I haven't managed to get any other ssh client to work. Have you had any other luck with any ssh clients? I've tried:
- BTEP ssh (can't connect to update server)
- sshTunnel (gets confused with a password prompt that isn't standard for one time passwords)
The idea is to get OperaMobile to connect to 127.0.0.1:8080 via Opera:config. (OperaMini doesn't support this), then you have a secure connection when on openwifi.
Hi, I'm using SSH Tunnel, but with a local port, when I'm in the university, I only use it to connect to irc (localhost:1234)
Don't know about dynamic ports, hope you can solve it

Indicator to manage ADB Wifi connections

I developed a little tool which can be used to connect and disconnect adb sessions to Android devices via wifi.
Maby some of you will find it handy
The tool is targeted at Ubuntu 12.04 or above but it should run on other distributions too.
The following libraries will be needed to run this program:
Code:
libgtkmm-3.0-dev
libglibmm-2.4-dev
libsigc++-2.0-dev
libappindicator3-dev
libsqlite3-dev
libnotify-dev
The code is available here
The License is GPL3.
32-Bit version and debian packages will follow soon.

YT3-X90F - SSH port forwarding on port under 1024 - BusyBox DropBear

Hey there,
I recently bought the Yoga Tab 3 Pro. Pretty thing, really good and easely root with your advices.
[YT3-X90F / Android 5.1 / Build S100330_160328]
Now I really want to do something specific, I want to : Connect with SSH on server with Port Forwarding on the port 80.
On Linux I just have to :
Code:
sudo ssh [email protected] -L 127.0.0.1:80:192.168.1.20:80
and it's OK.
On my tablet it's lot of more difficult.
That's what I already try :
1 - Juice SSH with port forwarding
2 - Install BusyBox and DropBear to run ssh command on terminal
1 - KO, it not seems to have fonction to ask root acces and so bind port under 1024 (Idem on Other SSH app from the Android Market)
2 - I'm a little lost with thoses library : I've receive the PIE error when i try to run ssh command "error: only position independent executables (PIE) are supported."
I read some thread (That i can't share with you because i'm newbies on XDA forum) but without succed to resolve myself the problem...
Anyone here as already succed to do something like that ?
Thank you in advance help !

Best way to access camera functionality from remote SSH command line?

Hi, I have a rooted Hauwei U8800 running 2.3.5 with SSH Droid installed. I've connected from my Linux terminal over SSH and would like to issue commands, or run a script to have the device take pictures over a SSH session.
What options are available for me to do this? Easier is preferable
Thanks.

Categories

Resources