Add links.
This commit is contained in:
parent
39ce6f1acd
commit
e670ce9871
|
@ -5,8 +5,9 @@
|
||||||
#
|
#
|
||||||
# Run this script on logon together with BankID. This script is intended to be
|
# Run this script on logon together with BankID. This script is intended to be
|
||||||
# used with an SSH server installed on the host so that a client can write this
|
# used with an SSH server installed on the host so that a client can write this
|
||||||
# token to disk.
|
# token to disk. You probably want to combine this script with the following:
|
||||||
#
|
# - https://gitlab.com/dabruh/dotfiles/-/blob/master/.local/share/applications/bankid.desktop
|
||||||
|
# - https://gitlab.com/dabruh/dotfiles/-/blob/master/.local/bin/send-bankid-token
|
||||||
|
|
||||||
$Token = $null
|
$Token = $null
|
||||||
$LastToken = $null
|
$LastToken = $null
|
||||||
|
|
Loading…
Reference in New Issue