How to run putty.exe file in server?


 
Thread Tools Search this Thread
Operating Systems Solaris How to run putty.exe file in server?
# 8  
Old 08-18-2016
Quote:
Firstly i dont want it to be download as virus files. Just it should be invoked for a particular ip's a terimal should be opened for excuting commands.
Even if you do not offer putty.exe for download but only launch an already installed instance of it the security implications are likely as hard as downloading and supposedly such a solution won't ever be working with different browsers.

And if you do not have a very clean management, where you absolutely can be sure that putty.exe is always located under the same path "C:\Program files....", you'll have a hell of chaos of the various clients.
# 9  
Old 08-18-2016
When I see terminals pushed the way you describe, it's usually done with things like Citrix. Wanting total control of someone else's window before the terminal is established isn't so much SSH as virtualization.
# 10  
Old 08-18-2016
Quote:
When I see terminals pushed the way you describe, it's usually done with things like Citrix.
Of course: TIMTOWDI

Quote:
But then you have to have the settings to allow the web server that much control enabled. It seldom works out that easily. Observe the rounds of installation and configuration whack-a-mole needed to run a java-based meeting client, even after install there's probably still a few 'are you really sure?' 'no, are you REALLY sure?' popups to wade through. SSH is liable to have its own particular hurdles there as well.
I'm not sure if you're talking about that desktop rubble.

I just checked it out, because I'm curious about it. I had it up in 5 Minutes at a Linux test webserver. Seems to be not that much trouble to stuff in some individual settings.

---


What I've realized is: Gateone is a python application under the hood. (Thought it was only pure html). I'm not sure if it's that easy to have that python environment within solaris.

----

I have another idea: Isn't there a common file extension for Putty-SSH-Session-Configurations? If yes, you possibly may create and offer such a session-config-file for download, which will your clients browser probably make to offer it to the user to open it with the linked program(putty) and start the correctly configured session.

----

Did you try google? Lots of answers.

launch putty session from browser - Google search

Last edited by stomp; 08-18-2016 at 01:04 PM..
# 11  
Old 08-18-2016
Quote:
Originally Posted by stomp
Of course: TIMTOWDI
My point is, what he wants isn't an SSH client, it's a virtualization tool.
# 12  
Old 08-18-2016
Quote:
My point is, what he wants isn't an SSH client, it's a virtualization tool.
Accepted as your personal opinion.

For myself, from the few sentences that chaithanyaa wrote, I have no basis to speak out such a recommendation, not the least knowing if that really may be of any good and requiring considerable efforts to be invested.

So I let the poster decide for himself/herself what he/she sees fit - not excluding the option you gave.

---------- Post updated at 10:34 PM ---------- Previous update was at 08:32 PM ----------

Quote:
Originally Posted by Corona688
My point is, what he wants isn't an SSH client, it's a virtualization tool.
And yes: As far as I understood you, you possible see your advice as what is best here.

That too is why I called TIMTOWDI in: As a reminder that most of the time there may be more than the single best thing.

Many thoughts - even if no whole solution itself - possibly extend the understanding of the problem the ability to figure out a proper solution - increasing overall knowledge and learning of all participating persons.

As an aspect of a community, others may be personally pleased if there's no single best solution, which would void the value of other posts, but showing there is an important part in everyones post.

----

Back to the topic

I'm still the opinion that a simple ssh-web-term has good features to offer here:
  • All software required is a modern webbrower
  • No Configuration at the client side needed
  • A web app can probably easily be configured
  • The work to do is to set up only the server side and integrate it with the existing application
But I'm still not sure what meets the posters needs best.

Last edited by stomp; 08-18-2016 at 04:00 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Cant get responsive terminal when I ssh from Windows to Linux using putty.exe

I ssh from Windows to Linux server and execute a few commands. I have ssh keys setup between them and works fine. The commands get executed on the Linux server however I wish to stay on the Linux terminal that was opened by putty.exe. However, the terminal simply does the job and closes. ... (10 Replies)
Discussion started by: mohtashims
10 Replies

2. Shell Programming and Scripting

Run .exe file with inputs file

Good morning .., I have a problem to run my object program. Before, I run my program in cygwin and there is no problem. When I tried in linux (ubuntu), the terminal said that space.exe : command not found. this is the code in my shell space.exe gr1 result space.exe: command not found... (2 Replies)
Discussion started by: weslyarfan
2 Replies

3. Proxy Server

Upload file from desktop to UNIX server via putty

I have a requirement of following - 1. Transfer excel spreadsheet from desktop to unix server 2. Open the spreadsheet and read the sql row by row at a time 3. Run each sql on database using unix and then send output back to spreadsheet that was uploaded earlier and then transfer file back to... (12 Replies)
Discussion started by: Analabhatla
12 Replies

4. UNIX for Dummies Questions & Answers

Deleted /etc/passwd file while accessing to our test server via putty

Hi I was accessing our linux test server via putty and By mistake i deleted /etc/passwd file..... It is allowing me to login..... So could anyone please help me out in this issue.... Please, it is urgent (6 Replies)
Discussion started by: rahul547
6 Replies

5. UNIX for Dummies Questions & Answers

[Solved] Is it possible to use PuTTY psftp.exe to move file from one directory to another?

Hello All, I am running a script (power shell) from my desktop (Windows). The script needs to sftp a file(using PuTTY psftp.exe ) from my desktop to a server(UNIX server). Then, as a second step, the script needs to move (or copy and delete) this file from one directory on the server (UNIX server)... (3 Replies)
Discussion started by: scampi
3 Replies

6. Shell Programming and Scripting

Executing .exe file at WS Server from Unix

Hi We use Unix for our application, I need to execute a .exe file at WS server, I am not sure if its possible with shell scripting. PLease let me know how it can be. Let me know if I am not clear. Thanks in advance. (4 Replies)
Discussion started by: Dharv
4 Replies

7. UNIX for Dummies Questions & Answers

(Beginner) Run c++ .exe with input to file

Hi, I've got this requirement for my homework assignment, but I'm not sure how to meet it: In the comamnd line, I need to type $ <exec-file> <input> <output_file_name> Like: test 1+2 out.txt Which should execute test.exe passing in 1+2 and directing output to out.txt. I know how... (1 Reply)
Discussion started by: JustinT
1 Replies

8. Programming

I have C++ exe file( no source code) and need to run many large dataset under unix, b

I have C++ exe file( no source code) and need to run many large dataset under unix, but how to know the memeroy usage for one dataset?http://www.codeproject.com/script/Forums/Images/New.gif I think "top" is not good and if using the profiler, it seems no free download, any ideas? (1 Reply)
Discussion started by: Danielwang1986
1 Replies

9. HP-UX

How to run .exe file

Hello, I have an test.exe file under a directory. When i execute the .exe file directory from the prompt, i get following error: $ test.exe <enter> ksh: test.exe: not found How do i solve this error? TIA, Ramesh (1 Reply)
Discussion started by: brap45
1 Replies

10. Linux

How to run .exe

Hai, is there any way to run an .exe file in unix environment . i have read that WINE HQ supports this concept but its very inconsistent and upto the user risk . but i tried WINE but iam not able to configure it can any one help me in this matter Regards Sanju (1 Reply)
Discussion started by: sanjustudy
1 Replies
Login or Register to Ask a Question