Active Topics

 


Reply
Thread Tools
Posts: 177 | Thanked: 128 times | Joined on Jan 2008 @ Espoo, Finland
#1
I was wondering if there's some sort of an SSH application / program for managing SSH connections available for OS2008. I tried looking for something like this here on the forums and from the software lists and didn't seem to find one.

So, what I'd like to find is pretty much Putty: an application that would allow you to save and re-use various SSH profiles for connecting to different servers. I have a few I connect to regularly, and using the command line is not very convenient (although of course works perfectly), it'd be nice to have the addresses and ports saved and easily reusable in a program instead of typing them on the command line (especially since the command line lacks the nice bash CTRL+R features for looking up previous commands). Thanks!
 
Posts: 38 | Thanked: 3 times | Joined on Dec 2007 @ UK
#2
Originally Posted by BatPenguin View Post
(especially since the command line lacks the nice bash CTRL+R features for looking up previous commands)
It's not quite the same but you know you can use the directional pad to do arrow up and scroll through previous commands?
 
Posts: 177 | Thanked: 128 times | Joined on Jan 2008 @ Espoo, Finland
#3
Thanks - and yes, I've used that before too but it only seems to hold a few commands. Actually, now that I think about this more, using the direction pad might be fine if the history was longer. I suppose I should look into making it hold 100 previous commands or something like that (please let me know if you know how to do that)...I'll go search this thing up, there's gotta be a setting for lenght of history somewhere.
 
Posts: 177 | Thanked: 128 times | Joined on Jan 2008 @ Espoo, Finland
#4
actually I had no luck trying to find out how to make the history longer. If anybody has an idea, I'd be very interested. (Of course still interested in SSH programs as well).
 
Tahitibob's Avatar
Posts: 118 | Thanked: 97 times | Joined on Jun 2007 @ France
#5
I can use kerez to manage your ssh connections.
http://david.hautbois.free.fr/joomla...d=44&Itemid=43

Add one command for each ssh connection.
__________________
Apps : Roadrunner - Libellule - Caelia
http://david.hautbois.free.fr
 

The Following User Says Thank You to Tahitibob For This Useful Post:
luca's Avatar
Posts: 1,137 | Thanked: 402 times | Joined on Sep 2007 @ Catalunya
#6
Not quite what you're looking for, but a good substitute is to store the options in .ssh/config, something like

Code:
Host host1
HostName some.host.org
User my_login_at_host_1
Port 6969
....
Host host2
User my_login_at_host_2
Port 6970
....
ie. the options for each host are after the Host keyword, then you simply type, e.g. "ssh host1" to connect to some.host.org at port 6969 logging in as user my_login_at_host_1.
If you have a desktop linux installed you can see the list of options with "man ssh_config", otherwise just google ssh_config.
 

The Following User Says Thank You to luca For This Useful Post:
Posts: 191 | Thanked: 29 times | Joined on Sep 2007 @ Ottawa
#7
Originally Posted by BatPenguin View Post
actually I had no luck trying to find out how to make the history longer. If anybody has an idea, I'd be very interested. (Of course still interested in SSH programs as well).
Or don't let youself be limited by ash. You can use a _real_ bash, and use ctrl-R all you like! You can find bash on my site at:
http://www.makikiweb.com/n800/downlo...1.17.armel.deb

I hope this helps,

Craig...
__________________
N800, Think Outside Kbd, 8GB SDHC Card (OCZ, ext2), and 8GB SD Card (Patriot formatted as VFAT)
Zaurus SL-6000, IR Keyboard, 1GB SD Card
 

The Following User Says Thank You to cvmiller For This Useful Post:
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#8
The built-in shell is busybox's doing an ash impression, I think. Somewhere I think I saw a bash package for the ITs. That may help.
Edit: cvmiller beat me, and with a link, too.

But for ssh sessions to the 2 computers I access regularly, I just use the cpu-monitor with the dropdown command list, and a few scripts. Also lets me easily start ssh tunneling and VNCviewer.
 
Posts: 227 | Thanked: 51 times | Joined on Feb 2006
#9
I'm not sure if it is supported under maemo but I used to use "alias" for the same thing. You just set up an alias for each frequent command.
David
__________________
David Smoot
 
Posts: 177 | Thanked: 128 times | Joined on Jan 2008 @ Espoo, Finland
#10
Excellent suggestions, thanks! I'll probably end up following all of these once I get the chance =). I'll certainly install your bash package, cvmiller, thanks! That'll be very useful to have the same shell as my Ubuntu machine, should make my life a lot easier.

Also, Kerez sounds very handly for this and plenty of other stuff as well, thanks Tahitibob! And for customising my ssh's on my desktop, I'll no doubt do what Luca suggested....again, thank you everybody. Great advice.
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:35.