Secure Shell (SSH) is a network protocol for secure remote shell services and command execution.
9
votes
2answers
853 views
Why is the SSH server not working on Android 4, are the ports being blocked?
I am having difficulty ssh'ing into my new Android 4 (Samsung Nexus) phone.
I have installed various SSH Servers but in in all cases the ssh connection just hangs (i.e. I don't get as far as ...
2
votes
2answers
288 views
In search of a Terminal App that works with SSH to AWS (EC2)
I have the itch to try and see how far down this path I can get for my own work. I've got a Galaxy Tab 10.1 and a Bluetooth keyboard.
I created an AWS EC2 Micro Instance and I can SSH into it from my ...
1
vote
1answer
48 views
Mac's Android File Explorer and SSH are not in sync
I transfered some photos using the Android File Explorer application for Macs.
However, I accidentally put them in the Music/ folder and Android File Explorer doesn't allow me to move files. So I ...
8
votes
0answers
563 views
SSH (and SFTP) server on Android discoverable through avahi/bonjour
I would like for my Android device (a Samsung Galaxy) to be discoverable through avahi/bonjour when it is connected to a WiFi network, and then to be able to access its filesystem via SSH (SFTP).
For ...
2
votes
0answers
126 views
Connect from Android to SSH server without password
I want to run scripts on an Ubuntu PC from my Android phone just with a tap, no passwords or other stuff.
Things I did so far: I managed to connect via SSH to the PC, but I cannot configure a ...
2
votes
0answers
96 views
Using a VPS as a proxy
I am trying to use my VPS running Cent OS as a proxy via SSH from my Galaxy S3 running Cyanogen Mod 9.
I can connect to my VPS using ConnectBot. In this program I sett the Port Forward to:
Type: ...
2
votes
0answers
248 views
Is there some SSH server for android-x86?
I am using Android ICS x86 build for debug purposes in VMware Workstation, but I can't find any ssh server, so how can I install ssh server on it? I've tried SSHDroid, Dropbear SSH and some others - ...
1
vote
0answers
139 views
Better Terminal Emulator Pro and dns/nslookup resolution
I just recently purchased "Better Terminal Emulator Pro" on the Google Play Store.
It works well for everything so far, except when I try to do something like ping google.com or use a hostname for ...
0
votes
0answers
33 views
SSH server when phone is sleeping: possible?
I an running the Dropbear SSH server on CyanogenMod 7.2. Is there any way to setup my phone so that I can connect to it over wifi even when it is in sleep mode? I don't mind if there is a small hit ...
0
votes
0answers
66 views
ssh over wifi vs broadband weirdness
I have a really weird issue with connecting to an outside host from my android device (2.3.6) using ssh. I have no problem with connectbot actually, but when working on a terminal the weirdness kicks ...
0
votes
0answers
34 views
Replace all contacts with .vcf file with a script
I have my contacts in a program that can export them in vCard format. I can put that file onto the device and import them.
Is there some way to do that with a script over SSH maybe? I use SSHelper to ...