PDA

View Full Version : Pocket PuTTY v0.1


Pony99CA
06-01-2004, 02:10 AM
SSH is an application allowing access to the Secure Shell. There are many implementations of SSH available, including a free one called PuTTY. Read all about it in this review.

simplexMinor
09-24-2004, 10:51 AM
There's a fairly easy work-around for the keyboard covering input area on the screen problem.

You should install the program screen. Then change the number of rows in your terminal by doing `stty rows 14` (where 14 is the number of rows, adjust to the size of your screen.

Then just start screen (or re-attach an old screen), to achieve the desired outcome :-)

Pony99CA
09-24-2004, 12:09 PM
Originally posted by simplexMinor
There's a fairly easy work-around for the keyboard covering input area on the screen problem.

You should install the program screen. Then change the number of rows in your terminal by doing `stty rows 14` (where 14 is the number of rows, adjust to the size of your screen.

Then just start screen (or re-attach an old screen), to achieve the desired outcome :-)
What do you mean by "install the program screen" and "start screen"? Is there some program called "screen"? If so, what is it and where do you get it?

Steve