awarded
comment
IPSec tunnel works until rekeying, then gets NO_PROPOSAL_CHOSEN
Just added these today and worked like a charm:
esp_proposals = aes128-sha256-modp2048,aes128gcm16-modp2048 (I wanted to make sure an SHA algorithm was available too). Thanks! comment
IPSec tunnel works until rekeying, then gets NO_PROPOSAL_CHOSEN
Thanks for answering! If I understand well, if I do not specify anything (like I have done), the keys are derived, and therefore do not contain DH groups. If I want DH groups to be included I have to specify them explicitly. I have read the doc but I am not sure to understand why this only happens when rekeying, and not when establishing the first connection. Are the used algorithms different?
awarded
comment
How to start KDE from command line interface
Have you tried a simple
startx ? awarded
awarded
comment
How do I kill a hung ssh session within tmux
Is there some way for you to retrieve the PID ? Like running
top, typing L and then ssh ? Then you could kill -9 <pid> revised
Loading…
comment
How to replace two lines at once respecting indentation with sed?
If you need to run it twice, look at my answer below and use the
-e argument comment
Need help to execute sed command to replace a string with a variable
Hi Jhalak, if glenn's answer worked for you, maybe you should mark his answer as accepted?
awarded
comment
Is the list of upgradeable packages stored anywhere? If so, where?
That means the easiest way to get the list would be to run
apt and dnf from a script and work with their output, I guess. Thanks ! awarded
awarded


