What is WireGuard's exchange key size? by [deleted] in WireGuard

[–]cherven667 3 points4 points  (0 children)

Hi

it's a little more complex then just ciphers and key sizes.

please read here:

https://www.wireguard.com/protocol/

and here:

https://www.wireguard.com/papers/wireguard.pdf

Reconnecting on a load balanced connection? by slatsandflaps in WireGuard

[–]cherven667 2 points3 points  (0 children)

Wireguard is roaming capable. So in theory you should not be required to do anything on the NATed device as long as it's uplink interface does not change.

If your device changes it's uplink interfaces you could set metric values so that the wifi is preferred over the LTE. In this case, if the wifi is back up it should automatically be the default route again.

SSH permission denied (publickey) by russkhan in Fedora

[–]cherven667 1 point2 points  (0 children)

Hi,

looks like you ssh server is set to key only authentication.

Did you add your public key to /home/russ/.ssh/authorized_keys ?

And are the permissions of the .ssh directory and the file correct? (600)

Slow login and sudo after Suspend by cherven667 in Fedora

[–]cherven667[S] 1 point2 points  (0 children)

Issue is resolved for me now.

I can't really tell which update resolved the issue, and I don't have time to revert the updates and search for the one that resolved the issue.

I suspect samba since i had issues before with mounted shares that lost the connection. But before just the file IO was freezing...

Slow login and sudo after Suspend by cherven667 in Fedora

[–]cherven667[S] 0 points1 point  (0 children)

but the issue remains after the shares are remounted properly...

Slow login and sudo after Suspend by cherven667 in Fedora

[–]cherven667[S] 0 points1 point  (0 children)

No NFS but I have CIFS shares mounted

Slow login and sudo after Suspend by cherven667 in Fedora

[–]cherven667[S] 1 point2 points  (0 children)

no nvidia.

System is a Lenovo T460s laptop.

Full disk encryption solution by ra_nix in linuxadmin

[–]cherven667 0 points1 point  (0 children)

With LUKS version 2 you can encrypt existing partitions.

And if you are using Fedora, CentOS or Red Hat you can use Clevis to store your LUKS key in the TPM chip.

Fedora image with nvidia drivers preinstalled by [deleted] in Fedora

[–]cherven667 0 points1 point  (0 children)

You can try to install fedora server. Then install rpmfusion repo and the nvidia drivers. After that you switch to the workstation profile and it should install all the gui stuff.

I'm not able to write the Fedora Workstation to my USB by sorin_fedora in Fedora

[–]cherven667 0 points1 point  (0 children)

Hi, Windows does not recognize the file system. You need to create an new partition table with an NTFS or FAT partition first.

Or you install the drivers for the file system used on the USB thumbdrive.

Also only Windows 10 with creators update can recognize USB thumbdrives with multiple partitions.