mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-09-03 23:57:36 -04:00
sshyp-mfa - Call extension directly, rather than through a symlink
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
git add -f LICENSE README.md commit.sh extensions extra pointers
|
git add -f LICENSE README.md commit.sh extensions extra pointers .gitignore
|
||||||
git commit -m "$1"
|
git commit -m "$1"
|
||||||
git push
|
git push
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
[config]
|
[config]
|
||||||
input = copy -m
|
input = copy -m
|
||||||
output = sshyp-mfa
|
output = /usr/lib/sshyp/sshyp-mfa.py
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
[sshyp-mfa]
|
[sshyp-mfa]
|
||||||
supported = true
|
|
||||||
desc = read mfa data from sshyp entries to generate and copy totp keys to the clipboard (optional Steam support)
|
desc = read mfa data from sshyp entries to generate and copy totp keys to the clipboard (optional Steam support)
|
||||||
usage = sshyp /<entry name> copy -m
|
usage = sshyp /<entry name> copy -m
|
||||||
py = https://raw.githubusercontent.com/rwinkhart/sshyp-labs/v1.5.0.1/sshyp-mfa/sshyp-mfa.py
|
py = https://raw.githubusercontent.com/rwinkhart/sshyp-labs/v1.5.0.1/sshyp-mfa/sshyp-mfa.py
|
||||||
|
|||||||
Reference in New Issue
Block a user