Frank Ansari
Frank Ansari
I wrote a policy with these host keys: ``` host keys = [email protected], ssh-ed25519 ``` On the analyzed host I see: ``` sshd -T | grep hostkeyalgorithms [email protected],ssh-ed25519 ``` ssh-audit...
zellij session still gets frozen from time to time. It is not so bad as it was in the beginning but I still have to kill zellij and start again...
Sometimes when I open two horizontal panes (Ctrl-p d) and login into two devices and close the lower pane an extra line with prompt of the lower pane still as...
When I am in a Gnome terminal and copy a portion of text (several lines) and paste in somewhere (I have tested nano and vim) there are always spaces after...
Currently I work with this scenario: I have two locations (DC1 and DC2). I run a VPN connection to DC1 and SSH a VM in this DC. From there I...
I tried to run this example command ``` tss2_getrandom --numBytes=20 --data=- ``` but get these error messages: ``` ERROR:fapi:src/tss2-fapi/ifapi_keystore.c:515:rel_path_to_abs_path() ErrorCode (0x00060034) FAPI not provisioned for path: P_ECCP256SHA256/HS/SRK. ERROR:fapi:src/tss2-fapi/ifapi_keystore.c:582:ifapi_keystore_load_async() ErrorCode (0x00060034)...
Please check this: https://bugzilla.redhat.com/show_bug.cgi?id=2129915 https://gitlab.gnome.org/GNOME/evolution/-/issues/2049 I also see this: ``` [root@bat ~]# journalctl -b | grep -i tcti Sep 29 13:24:51 bat.localdomain org.gnome.Evolution.desktop[5395]: ERROR:tcti:src/tss2-tcti/tctildr-dl.c:154:tcti_from_file() Could not initialize TCTI file: libtss2-tcti-tabrmd.so.0...
When I try to use my signing key for encryption it does not work. ``` [fansari@bat keys]$ tss2_encrypt -p /P_ECCP256SHA256/HS/SRK/mySigningKey -i data.txt -o data.enc ERROR:fapi:src/tss2-fapi/api/Fapi_Encrypt.c:332:Fapi_Encrypt_Finish() ErrorCode (0x00060002) ECC Encryption not...
Please check my bug report given here: https://bugzilla.redhat.com/show_bug.cgi?id=2129915
When I run ``` tpm2tss-genkey --alg=ecdsa mykey --ownerpw=xxxx ``` I get this error message: ``` Could not load tpm2tss engine ``` Also openssl gives error messages: ``` [fansari@bat keys]$ openssl...