From the README:
All you need to run ssh-ident is a standard installation of python >= 2.6, python > 3 is supported.
Assuming the comma implies "or" in the above.
I have a standard install of Python 3 in Ubuntu on WSL and is on the PATH (Python 2 is not_installed).
~❯ which python3
/usr/bin/python3
~❯ ~/bin/ssh
/usr/bin/env: ‘python’: No such file or directory
Can I make ssh-ident work as expected without directory shenanigans?
PS: Looks like the following runs... but is a bit more overhead in remembering to do it:
~❯ python3 ~/bin/ssh
Loading keys:
#... etc
From the README:
Assuming the comma implies "or" in the above.
I have a standard install of Python 3 in Ubuntu on WSL and is on the PATH (Python 2 is not_installed).
Can I make
ssh-identwork as expected without directory shenanigans?PS: Looks like the following runs... but is a bit more overhead in remembering to do it: