BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 03-16-2007, 11:32 AM   #1
rivviepop
BlackBerry Extraordinaire
 
rivviepop's Avatar
 
Join Date: Dec 2006
Location: san francisco
Model: 8320
PIN: n/a
Carrier: t-mobile
Posts: 2,166
Default New MidpSSH 1.6.0 released

Please Login to Remove!

Karl has released a new stable MidpSSH, v1.6.0, on 27 Feb - didn't see anyone here catch it, I just saw it last night while reinstalling. This is the first new release in over a year.

Main page:
http://www.xk72.com/midpssh/

WAP install link to send to your phone:
http://xk72.com/wap

"Version 1.6 includes support for Keyboard Interactive authentication and an HTTP proxy solution for people behind telco firewalls."
__________________
[ Linux & BlackBerry ] http://www.blackberryforums.com/linux-users-corner/
Offline  
Old 03-16-2007, 03:59 PM   #2
theanswriz42
Knows Where the Search Button Is
 
Join Date: Dec 2006
Model: 8100
Carrier: t-mobile
Posts: 27
Default

I keep getting an open tunnel error. Is there something I need to configure for the t-mobile network?
Offline  
Old 03-16-2007, 04:04 PM   #3
rivviepop
BlackBerry Extraordinaire
 
rivviepop's Avatar
 
Join Date: Dec 2006
Location: san francisco
Model: 8320
PIN: n/a
Carrier: t-mobile
Posts: 2,166
Default

Quote:
Originally Posted by theanswriz42
I keep getting an open tunnel error. Is there something I need to configure for the t-mobile network?
Go into options -> advanced -> tcp and put in "wap.voicestream.com" as the APN, leave user/pass blank. This is the #1 asked question (probably) on all of BBF, the search button is your friend.
__________________
[ Linux & BlackBerry ] http://www.blackberryforums.com/linux-users-corner/
Offline  
Old 03-16-2007, 05:46 PM   #4
theanswriz42
Knows Where the Search Button Is
 
Join Date: Dec 2006
Model: 8100
Carrier: t-mobile
Posts: 27
Default

thanks...
Offline  
Old 03-16-2007, 06:38 PM   #5
whsbuss
BlackBerry Extraordinaire
 
whsbuss's Avatar
 
Join Date: Feb 2005
Location: SE PA.
Model: 9800
OS: 4.6.0.304
Carrier: AT&T
Posts: 2,791
Default

Good find! Installed and working fine.
Offline  
Old 07-23-2007, 06:43 PM   #6
morrow95
Talking BlackBerry Encyclopedia
 
Join Date: Sep 2006
Location: ohio
Model: 8900
Carrier: tmobile
Posts: 296
Default

I am having all kinds of trouble using this. I have SSH2 auth setup on my server, always have, always will.

Now, how in the heck do I use my current keyfile with this so I can login!?
Offline  
Old 08-24-2007, 07:51 PM   #7
hacd
New Member
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: t-mobile
Posts: 4
Default midpSSH

I installed the for the first time yesterday (version 1.6.0). I am using T-mobile and have added the wap.voicestream.com to the APN under TCP. I am trying to use the telnet connection and still get Session Error
Writer:Open Tunnel- failure. I have talked to T-mobile and then even sent me to RIMM for assistance. Still no luck. Any one have any suggestions.
Thanks
David
Offline  
Old 08-24-2007, 10:03 PM   #8
rivviepop
BlackBerry Extraordinaire
 
rivviepop's Avatar
 
Join Date: Dec 2006
Location: san francisco
Model: 8320
PIN: n/a
Carrier: t-mobile
Posts: 2,166
Default

hey hacd - here's my settings, maybe one of them will help. I'm using Midpssh 1.6.0 using the BIS T-Mobile data plan, I just connected to a server to verify it's working.

midpssh -> settings -> network
http proxy mode: off, polling I/O: off

settings -> advanced -> tcp
APN: wap.voicestream.com

settings -> securuty -> TLS
TLS default: Handheld

I can't remember why I have the TLS set to 'Handheld', some app needed it that way (or maybe some website?) that I had to change it.
__________________
[ Linux & BlackBerry ] http://www.blackberryforums.com/linux-users-corner/
Offline  
Old 08-25-2007, 08:42 PM   #9
DaveAnderson
Thumbs Must Hurt
 
Join Date: Jun 2006
Model: 8820
Carrier: T-Mobile
Posts: 77
Default

Here's one for you guys:

I'm using this but when I try to put in ls to do a directory listing on my server, suretype is converting it to Ls. How do I get it to NOT capitalize the letter?
Offline  
Old 08-25-2007, 08:49 PM   #10
DaveAnderson
Thumbs Must Hurt
 
Join Date: Jun 2006
Model: 8820
Carrier: T-Mobile
Posts: 77
Default

Found it on their site:

Quote:
When you enter text on the Blackberry it often capitalises the first character of the word. Unfortunately this is currently an unresolved problem. You have to delete the first character and re-type it.

A simple work around is to lead your line with a semi-colon.
Not sure what they mean with the semi-colon. Doing so simply sends ;ls to the server, which is no good.
Offline  
Old 08-25-2007, 10:47 PM   #11
rivviepop
BlackBerry Extraordinaire
 
rivviepop's Avatar
 
Join Date: Dec 2006
Location: san francisco
Model: 8320
PIN: n/a
Carrier: t-mobile
Posts: 2,166
Default

Quote:
Originally Posted by DaveAnderson View Post
Not sure what they mean with the semi-colon. Doing so simply sends ;ls to the server, which is no good.
The semi is a bad tip, it won't work. The semi is used on the cmdline to separate multiple commands from one another that are normally on new lines (like a for loop). Starting a line with a semi by itself and no command (sic) in front of it will result in a syntax error.

These are the same:

Code:
for ii in *.tar.gz; do
  echo $ii
done
Code:
for ii in *.tar.gz; do echo $ii; done;
I frequently use the latter to whip out quick file processing loops on the cmdline without having to resort to a script (I have some serious doozy one-liners ).

I have the same problem with the cap letter -- try using your ! instead, for instance !ls and !exit, as a workaround. If you're just typing a simple one-binary command like ls, cd, etc. it works fine -- it will print the command on the stdout, but it works. (this is not what you're supposed to use the reserved ! for, but any port in a storm!).
__________________
[ Linux & BlackBerry ] http://www.blackberryforums.com/linux-users-corner/
Offline  
Closed Thread


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


New Original Omron CJ1W-TS561 Thermocouple Input input unit CJ1WTS561 picture

New Original Omron CJ1W-TS561 Thermocouple Input input unit CJ1WTS561

$916.00



New Allen Bradley 1762-IT4 MicroLogix Thermocouple/mV 4-Channel Input AB 1762IT4 picture

New Allen Bradley 1762-IT4 MicroLogix Thermocouple/mV 4-Channel Input AB 1762IT4

$405.00



New Factory Sealed AB 2080-TC2 2-channel Thermocouple Micro800 Plug-in Modules picture

New Factory Sealed AB 2080-TC2 2-channel Thermocouple Micro800 Plug-in Modules

$160.00



1769-IT6 Allen Bradley Compact I/O Thermocouple/mV Input Module Faakart picture

1769-IT6 Allen Bradley Compact I/O Thermocouple/mV Input Module Faakart

$720.00



1980-060 - Thermocouple 60 inch picture

1980-060 - Thermocouple 60 inch

$20.00



2pcs K Type 0-400C Thermocouple Probe Sensor 5 Meter for Thermometer picture

2pcs K Type 0-400C Thermocouple Probe Sensor 5 Meter for Thermometer

$15.34







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.