Chrome'un Secure Shell ssh eklentisi web bağlantısıyla nasıl başlatılır


0

Bir istemci tarafı SSH oturumu yürüten bir URL veya bağlantının nasıl oluşturulduğunu bulmak istiyorum. Chrome uzantısını 'Güvenli Kabuk' adında buldum, ancak belgeler oldukça az.

Temel olarak, aradığım davranış:

1) user is presented with a list of VM links
2) user clicks a link
3) user's client system starts an SSH session
4) if this is the first time the session has been started, the user is 
   prompted to select the appropriate authentication method (i.e. enter 
   username/password or select ssh key, etc.)
5) if this is not the first time the session has been started, the 
   client remembers the user's previous selections and opens the client 
   using those selections

Bunu Secure Shell veya başka bir eklenti / uygulama ile yapmanın bir yolu var mı?

Yanıtlar:


0

Aynı kavramlar normal web sayfası bağlantıları için de geçerlidir. Doğrudan protokolü çağırdığınızda yalnızca kromla çalışacaktır. aşağıda bunun nasıl yapılacağı bir örnektir.

<HTML>
<body>
<a href="chrome-extension://pnhechapfaindjhompbnflcldabbghjo/html/nassh.html">Secure Shell</a>
</body>
</HTML>
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.