-1

I would need to open putty terminal from browser. initially I got answer as to change the registry setting to do it. But my client don't want to change registry changes.

After so many search in google I got the answer, using shellinabox you can install in Linux and configure to open via browser the terminal to login the Linux box. I just want edit my question which will be useful for others. Thanks Shanmugam

shaan
  • 3
  • 6
  • Webpage cannot run an arbitrary code on the client, unless it is provisioned somehow in advance. That would be a terrible security flaw. – Martin Prikryl Jul 30 '19 at 08:04
  • *"Registry changes not accepting by client"* – Why exactly is the client not accepting registry changes? – Martin Prikryl Jul 30 '19 at 08:05
  • ok understand, its client informed to explore without changing the registry need to open the putty, Ok I will inform as discussed here to client, Thanks for response all. – shaan Jul 30 '19 at 09:38

2 Answers2

1

For obvious security reasons, your browser cannot start another executable when a link is clicked.

kthy
  • 827
  • 10
  • 27
0

It is not possible what are you asking for, the only way is to use this technique and associate a custom "protocol" to a given executable:

https://answers.microsoft.com/en-us/windows/forum/windows_7-files/change-default-protocol-association/b5948b21-b25a-4f08-9336-a97d8b4e731e

But it modifies the registry

Emanuele Scarabattoli
  • 4,103
  • 1
  • 12
  • 21