Giter Club home page Giter Club logo

connectbot's People

Contributors

agenthh avatar caseyburkhardt avatar cboylan avatar douglaswth avatar ge0rg avatar jsharkey avatar julianbrost avatar kruton avatar leonerd avatar mkj avatar pfn avatar tornewuff avatar

Watchers

 avatar

connectbot's Issues

app doesn't prompt for server key fingerprint verification

What steps will reproduce the problem?
1. add a server
2. connect to it

What is the expected output? What do you see instead?
The app should display the server key and prompt you to verify it before it
prompts for a password.

What version of the product are you using? On what operating system?
version 1.0 on the G1 from tmobile

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Oct 2008 at 2:23

trackball no longer functions as "control" in new release.

What steps will reproduce the problem?
1. Simply try to do a control character in bash... ctrl+r for example.
2.
3.

What is the expected output? What do you see instead?
Should see a "(reverse-i-search)`':" prompt which will search for previous
commands you typed in...  Instead it just prints the letter "r".


What version of the product are you using? On what operating system?
v1.00 - Android

Please provide any additional information below.
This worked in the previous SSH.apk.

Original issue reported on code.google.com by [email protected] on 23 Oct 2008 at 3:41

Support multiple tunnels per host

So the idea is to support multiple tunnels, a la:

 "-L2500:127.0.0.1:25 -L1110:127.0.0.1:110"

Perhaps the way to do this would be add an item under "Edit Host" with two 
options:

-- Edit Tunnels For This Host --

This could then go to the current tunnel dialog, only the tunnel settings would 
be saved along 
w/the host setting.

The next time you go to the "Edit Tunnels For This Host" option, you would see 
the one you 
made, and can edit it, remove it, or add more.

Thx!



Original issue reported on code.google.com by [email protected] on 28 Oct 2008 at 1:17

Handling INSERT Intent on m5-rc14

I have the latest svn compiled and running on my emulator, but its not able
to launch the "Add Host" intent.

"No Activity found to handle Intent" is the error message.

However, the AndroidManifest.xml shows the intent-filter is correctly
defined.  The project is following the NotePad design closely, and I can't
see where the problem is.  Any thoughts?

Original issue reported on code.google.com by Jeffrey.Sharkey on 18 Apr 2008 at 6:23

Aborting password dialog causes crash

What steps will reproduce the problem?
1. Select host to connect to
2. Press back (or ESC) on password dialog
3.

What is the expected output? What do you see instead?
Connection attempt should be aborted. Application will crash instead.



Original issue reported on code.google.com by [email protected] on 27 Aug 2008 at 5:40

Cannot get past entering password

I just installed the 1.0 version and attempted to connect to one of my
servers via SSH.  I got the message about the authenticity of the host
(first time connecting from this client).  Then I typed in my password and
got a permission denied.  Tried my password many times to make sure I was
typing it right, but it would never connect.  I tried uninstalling version
1 and installing the SVN version, but had the same problem.  This is on a
brand new G1 that I got yesterday.

What steps will reproduce the problem?
1. Install
2. Attempt to connect to server
3. Enter valid passord

What is the expected output? What do you see instead?

I should get connected to my server.  I get a permission denied message.

What version of the product are you using? On what operating system?
I tried both version 1.0 and the svn version on the first G1 OS release.

Please provide any additional information below.

Can others get connected to servers?  Is this just my problem?  I'm
connecting via WiFi at my home, so I know there shouldn't be any firewall
issues since I can connect from other systems and devices.


Original issue reported on code.google.com by [email protected] on 23 Oct 2008 at 6:57

Build info missing from "About" activity

What steps will reproduce the problem?
1. go to about activity.
2.
3.

What is the expected output? What do you see instead?
It would be nice to have the build/version on there for bug reporting and 
quick-checking.

What version of the product are you using? On what operating system?
r83/android

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Oct 2008 at 7:11

switching apps then resuming loses term settings

What steps will reproduce the problem?
1. press home button while in shell
2. go back to connectbot
3. try to type

What is the expected output? What do you see instead?
it should work

What version of the product are you using? On what operating system?
it doesn't say anywhere... another issue?

Please provide any additional information below.
using bash

Original issue reported on code.google.com by [email protected] on 24 Oct 2008 at 6:44

holding trackball down for control 'releases' after keypress

meta state should be toggled on trackball down and trackball up.

if you hold trackball down and hit a key it sends the proper control
character, but if you hit another key without letting the trackball up it
does not send it as meta.

sorry for all the bug reports, just trying to help make ssh awesome =]

Original issue reported on code.google.com by [email protected] on 26 Oct 2008 at 12:17

Error when hitting back from ssh to go to the list of servers

What steps will reproduce the problem?
1. Connected to ssh server
2. Hit the back button
3. "Sorry! The application ConnectBot(process org.connectbot) has stopped
unexpectedly. Plese try again.

What is the expected output? What do you see instead?

I should see the list of added ssh servers and not the error closing the app.


What version of the product are you using? On what operating system?
80/android

Please provide any additional information below.
This seemed to happen in version 80 but not in 79. Like stated above, I am
in ssh, i hit back to view the list of servers, and i get an error every time. 


Original issue reported on code.google.com by hebs007wrx on 27 Oct 2008 at 3:13

Move password prompt to TerminalView

Move the password prompt from the HostsList to the Console.

The password prompt dialog should be tied to the Console that it's
requesting from.

You should be able to have multiple host connections pending all asking you
for a password and slide between them.

Original issue reported on code.google.com by [email protected] on 28 Aug 2008 at 2:44

NPE when editing edit.

What steps will reproduce the problem?
1) Edit a host
2) Hit back

What version of the product are you using? On what operating system?
r80

Please provide any additional information below.

E/AndroidRuntime( 1173): java.lang.RuntimeException: Failure delivering
result ResultInfo{who=null, request=1, result=0, data=null} to activity
{org.connectbot/org.connectbot.HostListActivity}:
java.lang.NullPointerException
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.deliverResults(ActivityThread.java:2839)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.handleSendResult(ActivityThread.java:2881)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.access$2300(ActivityThread.java:112)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1608)
E/AndroidRuntime( 1173):    at
android.os.Handler.dispatchMessage(Handler.java:88)
E/AndroidRuntime( 1173):    at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.main(ActivityThread.java:3742)
E/AndroidRuntime( 1173):    at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 1173):    at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 1173):    at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
E/AndroidRuntime( 1173):    at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497)
E/AndroidRuntime( 1173):    at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1173): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 1173):    at
org.connectbot.HostListActivity.updateCursor(HostListActivity.java:297)
E/AndroidRuntime( 1173):    at
org.connectbot.HostListActivity.onActivityResult(HostListActivity.java:148)
E/AndroidRuntime( 1173):    at
android.app.Activity.dispatchActivityResult(Activity.java:3415)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.deliverResults(ActivityThread.java:2835)
E/AndroidRuntime( 1173):    ... 11 more



Original issue reported on code.google.com by [email protected] on 26 Oct 2008 at 5:01

App crash on phone when changing font size

Got my G1 today, yay.  Needed a ssh program.

What steps will reproduce the problem?
1. sshed to my home system (Ubuntu linux)
2. opened mutt to read my mail
3. increased font size using volume up.  clicked once, fine, clicked twice,
app crashed and I was given an android dialog about it.


Original issue reported on code.google.com by [email protected] on 22 Oct 2008 at 8:57

Conections from shortcuts get lost

What steps will reproduce the problem?

1. Connect to a host from a desktop shortcut
2. Hit back. The open session is not listed.

What is the expected output? What do you see instead?

You should be able to get back to open sessions.


What version of the product are you using? On what operating system?

r77 on a g1


Please provide any additional information below.

A work around is to make a new connection and "slide" to the open connection.

Original issue reported on code.google.com by [email protected] on 25 Oct 2008 at 10:17

Add port forwarding

Was testing connectbot on the emulator. Great app!

Port tunneling such as accomplished with "-L 8080:localhost:80" on openssh
is a killer application.

- What is the expected output? What do you see instead?

When adding a host, also have input fields to add ports and hosts for port
forwarding.

- What version of the product are you using? On what operating system?

0.9 downloaded SSH.apk on 2008-10-04


Original issue reported on code.google.com by [email protected] on 4 Oct 2008 at 9:07

Terminal windowing does not handle wrapping properly.

What steps will reproduce the problem?
1. In a shell echo '^[[2J^[[5;15r^[[4;1H'
2. ^[ is \e (ctrl-v, ctrl-[ to draw), this will blank the screen then
creates a scroll area from line 5 to 15 and then move the cursor to line 5.
3. Hit enter enough times so that your prompt reaches the end of this
scroll area.  Once you are on the bottom of the scroll area hold down any
key until the text goes past the end of the line.

What is the expected output? What do you see instead?
  In a standard terminal, once the text reaches the end of the line, it
should scroll the scroll area up one line.  In connectbot it instead draws
outside of the scroll area.

What version of the product are you using? On what operating system?
svn-r75



Original issue reported on code.google.com by [email protected] on 25 Oct 2008 at 6:39

unable to connect to RHEL4 host

I have successfully connected to several RHEL5 hosts, but I am unable to
connect to an RHEL4 host. The SSH version is openssh-server-3.9p1-11.el4_7.
When trying to connect, I do not get a password prompt until I hit enter
and then it keeps saying that password is wrong and returning to the
password prompt.

Original issue reported on code.google.com by [email protected] on 23 Oct 2008 at 6:13

Typo in "About": "ConnectBot is AN simple..."


What is the expected output? What do you see instead?

This typo is still in the About section in the latest build.  Maybe use the 
shorter one at the market?  
And add link to wikipedia for SSH?

W

Original issue reported on code.google.com by [email protected] on 28 Oct 2008 at 1:03

"Copy" doesn't obey scrollback position

"Copy" command doesn't obey the current scrollback position and always
assumes you are at the bottom of the current window.  Should be a simple fix.

Original issue reported on code.google.com by Jeffrey.Sharkey on 28 Oct 2008 at 10:53

Allow entry of characters not on the keyboard

I saw the note about remapping something to control-a, but what about just
to a control key instead?  There's a fair amount of other control keys I
end up needing and it would be great to have access to that.

Thanks!

Original issue reported on code.google.com by [email protected] on 7 Oct 2008 at 6:59

unintuitive wizard navigation to "Hints"

What steps will reproduce the problem?
1. hints is available only by clicking through the EULA.
2. Additionally, there is a "Next" button in the Hints screen that takes you 
nowhere (back to the 
main activity).  "Next" suggests there will be more hints.

What is the expected output? What do you see instead?

1.  I think the hints might be more easily found either in their own menu item 
or via a "See Hints" 
button on the EULA wizard (that is, new text replacing "Next")

2.  Maybe rename the 2nd "Next" button on the "hints" screen to "Done" or 
"Cancel" or 
something?  Or eliminate it entirely?

What version of the product are you using? On what operating system?
r82/android

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Oct 2008 at 7:15

Back Button in Edit Host exits rather than going back

What steps will reproduce the problem?
1. Hold down on a session name and then select Edit Host
2. Press the Back Button to get out of the settings
3. What the heck!? You're outside of the app.

What is the expected output? What do you see instead?
You should be back at the sessions list.
You are outside of the app.

What version of the product are you using? On what operating system?
1.0
Android 1.0

Please provide any additional information below.



Original issue reported on code.google.com by douglaswth on 22 Oct 2008 at 10:38

Sort By Color doesn't stick

What steps will reproduce the problem?
1. Open ConnectBot and switch to Sort By Color
2. Press the back key to leave
3. Open ConnectBot again

What is the expected output? What do you see instead?
Sort By Color should be working.
It's set back to Sort By Name.

What version of the product are you using? On what operating system?
1.0
Android 1.0

Please provide any additional information below.



Original issue reported on code.google.com by douglaswth on 23 Oct 2008 at 4:13

Corrupt "make menuconfig" display

When running "make menuconfig" on a remote Linux box, the display slightly
corrupts when switching through menu items.

This issue might also be related to rtorrent corruption when paging through
torrent list.  Could be another unicode issue with drawString() in Android?
 Otherwise might be an ANSI handling error.

Original issue reported on code.google.com by Jeffrey.Sharkey on 24 Aug 2008 at 11:14

[Your host doesn't support 'password' or 'keyboard-interactive' authentication.]

What steps will reproduce the problem?
1. Install http://connectbot.googlecode.com/files/ConnectBot-svn-r80.apk
2. Attempt to connect to [email protected]
3. Accept RSA fingerprint fb:4e:21:9e:45:e8:fb:d8:9e:d3:1f:c3:57:d5:f5:71

What is the expected output? What do you see instead?
Expected output: BBS splash screen / logo and login prompt.
What I see: 
Trying to authenticate
[Your host doesn't support 'password' or 'keyboard-interactive'
authentication.]
Trying to authenticate
[Your host doesn't support 'password' or 'keyboard-interactive'
authentication.]
Trying to authenticate
[Your host doesn't support 'password' or 'keyboard-interactive'
authentication.]
Trying to authenticate
[Your host doesn't support 'password' or 'keyboard-interactive'
authentication.]
Trying to authenticate
[Your host doesn't support 'password' or 'keyboard-interactive'
authentication.]

(and so forth) 

What version of the product are you using? On what operating system?
SVN r80 from link above.
T-Mobile G1; firmware 1.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Oct 2008 at 3:58

Allow non-interactive (tunnel-only) sessions (like ssh -N)

My company's firewall does not allow shells on the public-facing machines.
 You have to set up a non-shell session to tunnel through to an internal
machine, then run ssh over that tunnel.  Currently I can't do this with
connectBot, because as soon as I connect the session and the remote command
fails, the connection is terminated and I have no chance to set up the tunnel.

Original issue reported on code.google.com by abliss on 28 Oct 2008 at 9:39

Add Host dialog has buttons that scroll off-screen

What steps will reproduce the problem?
1. Run emulator in landscape
2. At Host List, click Menu
2. Add Host
3. Observe buttons scrolling off bottom of screen

What is the expected output? What do you see instead?
All UI elements should fit on one screen.




Original issue reported on code.google.com by [email protected] on 27 Aug 2008 at 4:44

The SVN snapshot APK doesn't install on G1

What steps will reproduce the problem?
1. Download the snapshot APK to G1 phone
2. Click on the APK in the Downloads list
3. Agree to Install/Replace application

What is the expected output? What do you see instead?

Just says that installation was unsuccessful.

Original issue reported on code.google.com by [email protected] on 23 Oct 2008 at 6:08

doubleclicking trackball does nothing

What steps will reproduce the problem?
1. open vi seesion 
2. go into insert mode
3. dblclick trackball

What is the expected output? What do you see instead?
expect ESC key effect - drop to command mode. Instead, nothing changes

What version of the product are you using? On what operating system?
1.0 on G1

Please provide any additional information below.
a post on the wiki says this works, but not for me. 


Original issue reported on code.google.com by [email protected] on 25 Oct 2008 at 1:48

Take advantage of any hardware acceleration for cryptography

In hopes that this doesn't have to rely on its own java crypto
implementation forever, maybe the com.trilead.ssh2.crypto library use the
javax.crypto API?

 http://code.google.com/android/reference/javax/crypto/package-summary.html

Unfortunately it doesn't look like any ciphers are provided out of the box
today (unless my quick perusal missed something) but they could be a common
add on for various apps to use in the future.

Original issue reported on code.google.com by [email protected] on 26 Sep 2008 at 11:08

Menu items have no graphics

What steps will reproduce the problem?
1. At Host List, click Menu
2. Observe text labels with no graphics
3.

What is the expected output? What do you see instead?
All menu items should have graphics to indicate their action.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 27 Aug 2008 at 4:45

Add "Always Keep This Host Connected" checkbox option to host settings

Enhancement Idea:  

Under "Edit This Host" add checkbox:

-- Keep This Host Connected --

When the device first starts up, re-establishes a network connection, or 
detects a dropped 
connection, and this option is checked, ConnectBot automatically re-establishes 
the SSH session.

Can it be done?

Original issue reported on code.google.com by [email protected] on 28 Oct 2008 at 1:20

mor intuitive connect dialog

What steps will reproduce the problem?
1) configure a ssh connection
2) connect to your server 

What is the expected output? What do you see instead?
I would expect to be prompted with a ssh fingerprint and then a password
prompt.  

What version of the product are you using? On what operating system?
1.0 
android 

Please provide any additional information below.
The password prompt is not triggered automatically.  The password prompt
can be forced by hitting enter, but the prompt should happen automatically
not rely on user to *know* to hit enter.  This is related to Issue 15
(related to keyboard interactive mode)



Original issue reported on code.google.com by [email protected] on 23 Oct 2008 at 6:18

Terminal emulation

Emulation while resuming a screen results in an unknown tty type. Causes
problems with scrolling applications such as top and epic.

Original issue reported on code.google.com by [email protected] on 28 Oct 2008 at 6:19

problem with PK

I installed the latest connectbot application by downloading the APK file
form this site and running it on my shiny new g1.  The first thing I
noticed is that when it runs there are all kinds of hosts already listed
that I did not enter.  Additionally I cannot figure out how to create a
host with more than a [email protected] for a configuration.  Is
there something wrong with this version?  Is there a how to doc?

Original issue reported on code.google.com by [email protected] on 23 Oct 2008 at 5:45

UTF-8 Support

This is a feature request to support UTF-8, for programs such as finch or pork.

Original issue reported on code.google.com by [email protected] on 27 Oct 2008 at 8:30

Connect bot does not know when it is disconnected

What steps will reproduce the problem?
1. log into a shell
2. type exit

What is the expected output? What do you see instead?
connectbot does not know it has been disconnected

What version of the product are you using? On what operating system?
r75


Original issue reported on code.google.com by [email protected] on 25 Oct 2008 at 6:41

emulate control key somehow

current there is no way to send ctl-l, ctl-c, ctl-d, ctl-z, etc.  pretty
important keystrokes to using a shell.  

Original issue reported on code.google.com by vitriolix on 22 Oct 2008 at 9:58

Missing drawable/connected resource

If you attempt to compile the latest revision from trunk (r56) you'll get a
resource problem on attempt to execute the release target as follows:

resource-src:
     [echo] Generating R.java / Manifest.java from the resources...
     [exec] res/layout-land/item_host.xml:9: ERROR Error: No resource found
that matches the given name (at 'src' with value '@drawable/connected').
     [exec] res/layout-port/item_host.xml:9: ERROR Error: No resource found
that matches the given name (at 'src' with value '@drawable/connected').


This is on Linux with the current ADK. Perhaps the 'connected.png' wasn't
committed?


Original issue reported on code.google.com by [email protected] on 21 Oct 2008 at 8:07

Public key authentication

What steps will reproduce the problem?
1. From Host List, click Menu
2. Select Preferences
3. Select Public Keys
4. Click Generate Key

What is the expected output? What do you see instead?
Key generation is expected, but no UI feedback is experienced.



Original issue reported on code.google.com by [email protected] on 27 Aug 2008 at 4:42

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.