mirror of
https://gitlab.com/dabruh/weird-corner.git
synced 2025-12-07 10:46:42 +01:00
Add links.
This commit is contained in:
parent
39ce6f1acd
commit
e670ce9871
1 changed files with 3 additions and 2 deletions
|
|
@ -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 a new issue