webssh/webssh
WhatTheServer a8f37c8d23
Update handler.py
Add SSH Agent key support.

Allows for SSH Agent use and key support if the local OS is setup for it thanks to Paramikos support of this.

Courtesy of this excerpt
ae3d0febef/demos/demo.py (L41-L59)

and my mod adding "allow_agent=True, look_for_keys=True," to the string
ssh.connect(*args, allow_agent=True, look_for_keys=True, timeout=options.timeout)

This is working perfectly for me on Linux project and should work in Windows as well.
http://docs.paramiko.org/en/stable/api/agent.html

This will allow for easy switching of servers and key management for those embedding into custom apps.
2020-04-06 11:17:36 -04:00
..
static Added fonts directory 2020-01-23 17:25:51 +08:00
templates Updated index.html template 2020-01-23 19:20:43 +08:00
__init__.py Added setup.py setup.cfg 2018-04-27 00:04:48 +08:00
_version.py Bump version to 1.5.2 2020-03-22 17:24:28 +08:00
handler.py Update handler.py 2020-04-06 11:17:36 -04:00
main.py Added an option for specifying the default character encoding of your ssh servers 2020-02-13 09:40:42 +08:00
policy.py Fixed AutoAddPolicy 2018-04-23 18:14:42 +08:00
settings.py Added two options for user configuration 2020-02-23 11:11:41 +08:00
utils.py Refactoring 2019-10-09 11:40:07 +08:00
worker.py Updated clear_worker 2019-07-04 21:53:39 +08:00