You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your library in the platform that I'm developing to configure network devices to connect by web SSH connection to devices. It's a nice library! Excellent job!
I have a question from you.
I'm logging the user activity (command and the output I receive from the device, etc) in this library.
I'm using the entered characters user is entering in django_to_ssh() function in ssh.py file. But catching the final command that the user is sending toward the device is hard from the django_to_ssh() function.
How/Where can I have the final form of command that the user writes to send the device?
Thanks in advance,
Elahe
The text was updated successfully, but these errors were encountered:
Hi Huyuan,
I'm using your library in the platform that I'm developing to configure network devices to connect by web SSH connection to devices. It's a nice library! Excellent job!
I have a question from you.
I'm logging the user activity (command and the output I receive from the device, etc) in this library.
I'm using the entered characters user is entering in django_to_ssh() function in ssh.py file. But catching the final command that the user is sending toward the device is hard from the django_to_ssh() function.
How/Where can I have the final form of command that the user writes to send the device?
Thanks in advance,
Elahe
The text was updated successfully, but these errors were encountered: