aluzzardi / wssh

SSH to WebSockets Bridge
MIT License
1.37k stars 273 forks source link

Lack of custom header support when using invoke_shell() #18

Open ericpai opened 8 years ago

ericpai commented 8 years ago

In some situation, we may send some auth info like 'access-token' to the server in the header. However the invoke_shell() function doesn't allow developers adding their headers.