Breadcrumbs

article

By ValkaTR, 17 April, 2023
You want to use Linux and OpenSSH to automize your tasks. Therefore you need an automatic login from host A / user a to Host B / user b. You don't want to enter any passwords, because you want to call ssh from a within a shell script.
By ValkaTR, 12 July, 2020

it is possible to use estonian identity card in manjaro linux (arch linux based).

install the middleware to access smart cards:

# pacman -S pcsclite pcsc-tools ccid

enable and start pcscd service:

# systemctl enable pcscd
# systemctl start pcscd

now you can test your estonian identity card. run "pcsc_scan" application in console. if the card is unresponsive, then try inserting it again:

Tags