SSH- SmarTerm

467 views
Skip to first unread message

Akshant

unread,
Jun 24, 2011, 3:14:42 AM6/24/11
to Hardhats
How SmarTerm SSH works for worlvista application users like Pharmacy,
Diet.

How we can download it.

- Akshant

Bhaskar, KS

unread,
Jun 24, 2011, 7:35:22 AM6/24/11
to hard...@googlegroups.com
Akshant --

As far as I know, SmarTerm is not free / open source software - you have to purchase licenses. Putty is the most popular free / open source terminal emulator. Another is Tera Term (http://ttssh2.sourceforge.jp) but I have no experience with it.

Regards
-- Bhaskar

--
GT.M - Rock solid. Lightning fast. Secure. No compromises.

- Akshant

--
http://groups.google.com/group/Hardhats
To unsubscribe, send email to Hardhats+u...@googlegroups.com

_____________

The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.
_____________

winmail.dat

Smith, Todd

unread,
Jun 24, 2011, 11:11:11 AM6/24/11
to hard...@googlegroups.com
Tera Term is by far the better package in my opinion since I use a good deal of SSH in my capacity as a network engineer and I use PuTTY only as a last resort.

Todd Smith

-----Original Message-----
From: hard...@googlegroups.com [mailto:hard...@googlegroups.com] On Behalf Of Bhaskar, KS
Sent: Friday, June 24, 2011 07:35
To: hard...@googlegroups.com
Subject: RE: [Hardhats] SSH- SmarTerm

Akshant --

As far as I know, SmarTerm is not free / open source software - you have to purchase licenses. Putty is the most popular free / open source terminal emulator. Another is Tera Term (http://ttssh2.sourceforge.jp) but I have no experience with it.

Regards
-- Bhaskar

Confidentiality Note: The information contained in this message
may be privileged and confidential. If this e-mail contains
protected health information, you are hereby notified that any
dissemination, distribution or copying of this communication is
strictly prohibited,except as permitted by law. If you have
received this communication in error, please notify the sender
immediately by replying to this message and deleting it from your
computer. Thank you.

David Whitten

unread,
Jun 24, 2011, 3:54:27 PM6/24/11
to hard...@googlegroups.com
I have heard that Tera Term is not as strong a VT-class terminal emulator.
Todd,
do you know if this is true or not?

Dave

Akshant

unread,
Jun 25, 2011, 1:42:13 AM6/25/11
to Hardhats
Thanks every one we are finding solution to skip Linux login and come
directly on vista login (Access/Verify code).

I will discuss with my Linux expert. There may be some linux script
required.


- Akshant
> > To unsubscribe, send email to Hardhats+u...@googlegroups.com- Hide quoted text -
>
> - Show quoted text -

Nancy Anthracite

unread,
Jun 25, 2011, 6:34:12 AM6/25/11
to hard...@googlegroups.com, Akshant
I would advise that if you persist in this, as ill=advised as this is, that
you to work on bypassing the VistA login in favor of the Linux login instead
and to use keys. This is a BAD idea.


--
Nancy Anthracite

Bhaskar, KS

unread,
Jun 25, 2011, 7:37:27 AM6/25/11
to hard...@googlegroups.com
Perhaps consider ssh public/private key pairs as an alternative.

Regards
-- Bhaskar


--
GT.M - Rock solid. Lightning fast. Secure. No compromises.


-----Original Message-----
From: hard...@googlegroups.com on behalf of Akshant
Sent: Sat 6/25/2011 1:42 AM
To: Hardhats


- Akshant

_____________

winmail.dat

Dave Gifford

unread,
Jun 25, 2011, 9:14:26 AM6/25/11
to hard...@googlegroups.com
SmarTerm is great but not free. I like pUtty and it has a good set of VT-100 and up settings.
DaveG

Dave Gifford

unread,
Jun 25, 2011, 9:15:43 AM6/25/11
to hard...@googlegroups.com
Interesting
I worled with one client who actually has the opposite.
you login at the unix level with login/password and the system is scripted to take you all the way in to your menu bypassing A/V!
DaveG

I, Valdes

unread,
Jun 25, 2011, 2:47:56 PM6/25/11
to Hardhats
Ashkant I don't know if this will help or not but the Astronaut VistA
Installer Suite has a lot of this already worked out with easy
installers. This includes ssh tunnels for all clients. It will take
you many, many hours to reproduce this on your own.

-- IV
> > > To unsubscribe, send email to Hardhats+unsubscr...@googlegroups.com- Hide quoted text -

Akshant

unread,
Jun 28, 2011, 2:27:56 AM6/28/11
to Hardhats
Thanks everyone. We are trying to implement this in putty itself as we
are working on worldvista.

- Akshant
> > > - Show quoted text -- Hide quoted text -

K.S. Bhaskar

unread,
Jun 28, 2011, 10:45:36 AM6/28/11
to Hardhats
Let me guess that what you are trying to do is passwordless access
using putty and public/private key pairs for a common account whose
login shell script takes the user straight to the VistA prompt for
Access and Verify codes? While I don't recommend it (my own
preference is for each user to have his/her own Linux user id), such
an approach would be accepted by many Linux system administrators,
some of whom I respect.

It is straightforward to set up. For example, a search for
"passwordless access ssh putty" on my preferred search engine led me
to http://www.blindhog.net/linux-ssh-passwordless-login-with-putty/

Regards
-- Bhaskar

P.S. Did I emphasize that this is not my preferred approach?

Akshant

unread,
Jun 28, 2011, 11:46:11 AM6/28/11
to Hardhats
Yes, we are trying to do the same thing. But our Linux expert is
looking some secure approach.

- Akshant

On Jun 28, 7:45 pm, "K.S. Bhaskar" <ksbhas...@gmail.com> wrote:
> Let me guess that what you are trying to do is passwordless access
> using putty and public/private key pairs for a common account whose
> login shell script takes the user straight to the VistA prompt for
> Access and Verify codes?  While I don't recommend it (my own
> preference is for each user to have his/her own Linux user id), such
> an approach would be accepted by many Linux system administrators,
> some of whom I respect.
>
> It is straightforward to set up.  For example, a search for
> "passwordless access ssh putty" on my preferred search engine led me
> tohttp://www.blindhog.net/linux-ssh-passwordless-login-with-putty/

Chris Richardson

unread,
Oct 20, 2013, 3:11:02 AM10/20/13
to hard...@googlegroups.com
It was a pleasure to speak with you this morning. Glad we could help.

Best wishes; Chris
Reply all
Reply to author
Forward
0 new messages