Hi all,
I am trying to get supported auth methods from a running SSH server in Python. I found this method in the ServerInterface class in Paramiko but I can't understand if it is usable in a simple client-like snippet of code (I am writing something that accomplish in ONLY this task).
Anyone can suggest me some links with examples, other the distribution documentation? Maybe any other ideas to do this?
Thanks.