Unsolved

1 Rookie

 • 

3 Posts

47

January 15th, 2026 10:51

Running vxverify

We are running some automation via Ansible to run vxverify via python using this command '

python vxverify_3-60-106.pyc -r 'user' -w 'password' Some time last year this stopped working.

I've found this error in the log 2026-01-13 11:02:31-ERROR [import_pmik] No paramiko in site-packages: No module named 'paramiko'.

After some some searching some sites (AI) suggests that the python command cannot be ran any more it has to be ran interactively?  Can vxverify be ran in an automated way?

1 Rookie

 • 

24 Posts

January 15th, 2026 15:26

i can't answer your immediate question, but it's always a bad idea to put a password in the command line, it's visible to other (unprivileged) users in linux, don't do that.

1 Rookie

 • 

3 Posts

January 15th, 2026 15:56

@Klaas--​ I pass the credentials via Ansible-vault not in plain text in the yml file.

No Events found!

Top