SSH Logout API/method #530
mnn-github
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I started to use pan-os-python and testing a few things. Working great so far. I do notice that when using the library, it leaves a connected SSH session and it expires based on the default timeout. If the login is not expired, it continues to use the existing session.
I looked at the docs and could not find a way to log out of the session. Is there an option to logout of the SSH session used to connect to the FW when using this library? i.e. once the commands are execute, you can input a clean-up command or something similar at the end of the python code to disconnect the admin session.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions