VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Configuration Wishlist ? (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Configuration Wishlist ?
#996
Configuration Wishlist ? 17 Years, 12 Months ago  
I am using AbsoluteTelnet 4.01 on a Win 2000 laptop.
I've a couple of issues:
?(01)
In my current configration (with keepalives enabled)
I still get:
=>
Shell will time out in 60 seconds.
ksh: Timed out waiting for input.
Sometimes there's "thinktime" between actions, this,
however is an annoyance. Would it be possible in
a future release to send an escape sequence (like
a newline) every so often (time configurable to
say 850 seconds)
?(02)
Can I add to the fonts that AbsoluteTelnet recognizes?
I fonts I see aren't clear enough for me. In PuTTY. I'm
using Win92 font that's perfect for me (qws3270p.fon), raize,
proggy, andale mono all come close, but don't quite make it.
?(03)
would it be possible to set word delimiter characters in our
configuration? I would like to use a space, * and / as I
set an alias "alias ls='ls -CF'". I don't want to pick up
the '/' when I double click to select a word.

Maybe that's all possible now, but I haven't been able to find where. Thanks

[ April 03, 2006, 10:59 AM: Message edited by: Brian T. Pence ]
Steve@Aldrich.net (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
35
 
The administrator has disabled public write access.  
#997
Re: Configuration Wishlist ? 17 Years, 12 Months ago  
All very good comments. Let me try to address them....

> ?(01)
> In my current configration (with keepalives enabled)
> I still get:
> =>
> Shell will time out in 60 seconds.
> ksh: Timed out waiting for input.
> Sometimes there's "thinktime" between actions, this,
> however is an annoyance. Would it be possible in
> a future release to send an escape sequence (like
> a newline) every so often (time configurable to
> say 850 seconds)

There's a shell variable that controls this. What is the value of your
TMOUT variable? Try setting it to something higher.

> ?(02)
> Can I add to the fonts that AbsoluteTelnet recognizes?
> I fonts I see aren't clear enough for me. In PuTTY. I'm
> using Win92 font that's perfect for me (qws3270p.fon), raize,
> proggy, andale mono all come close, but don't quite make it.

All fixed with fonts that are in Windows should be available to Absolute.
However, according to your 'translation' setting, some fonts may not
appear available. Try changing the 'translation' setting on
Options->Properties->Appearance to 'None' to see all of the fonts. If a
transation setting is chosen, only fonts supporting the selected
characeter set will be in the list.

Can you send me a copy of the font?

> ?(03)
> would it be possible to set word delimiter characters in our
> configuration? I would like to use a space, * and / as I
> set an alias "alias ls='ls -CF'". I don't want to pick up
> the '/' when I double click to select a word.

I think I understand what you mean. You want to change the list of
characters that will/ Will not be considered part of a word when you're
doing word selection. I'll consider that for an enhancement. I'll put it
on my todo list.
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#998
Re: Configuration Wishlist ? 17 Years, 12 Months ago  
Thanks. As to (1) sysadmin guys have protected TMOUT, so no I can't set it. I've also used Van Dykes secureCRT (It has that feature I was suggesting)
As to (2) I'll try as us suggest, and yes I will send you the font... just as soon as I find your email address
as to (3) you got it.
Steve@Aldrich.net (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
35
 
The administrator has disabled public write access.  
#999
Re: Configuration Wishlist ? 17 Years, 12 Months ago  
Ok, I've got an update that includes these fonts. The problem is that the font was flagged as fixed_pitch but was not in the 'Modern' font family. The new version only requires that it be fixed pitch.

http://www.celestialsoftware.net/telnet/...teTelnet4.04RC64.exe
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#1000
Re: Configuration Wishlist ? 17 Years, 12 Months ago  
BTW, how did they 'protect' the TMOUT variable?

Brian
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#1001
Re: Configuration Wishlist ? 17 Years, 12 Months ago  
BTW, how did they 'protect' the TMOUT variable? Never mind. I just read about 'readonly' shell variables. I'm surprised I'd never heard about that feature before.

Still, I hate to implement a feature whose express purpose is to override an administrative setting. Can you ask your admins to increase your timout settings? Perhaps they meant to set it for 60 minutes. Values for the TMOUT variable are in seconds.

The keepalives implemented in Absolute are at the protocol level. They keep the network connection active by sending data packets that are discarded on the receiver side. The advantage is that it keeps the network connection hot, while not injecting any *real* data into the shell or whatever program the user may be running. When you start sending data into the shell to avoid timeouts (a newline for example), you start running into the real possibility that your newline may be interpreted incorrectly (like selecting an option in a menu or something).

Generally, there are better ways to eliminate or increase the duration of the shell timeouts. Pursue those first.
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
Go to top