mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-08-28 04:46:48 -04:00
sshyp-mfa - Call extension directly, rather than through a symlink
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/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 push
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[config]
|
||||
input = copy -m
|
||||
output = sshyp-mfa
|
||||
output = /usr/lib/sshyp/sshyp-mfa.py
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
[sshyp-mfa]
|
||||
supported = true
|
||||
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
|
||||
py = https://raw.githubusercontent.com/rwinkhart/sshyp-labs/v1.5.0.1/sshyp-mfa/sshyp-mfa.py
|
||||
|
||||
Reference in New Issue
Block a user