平衡点


2025/10/09

_ OpenSSH v10.1p1 からの警告: non-post quantum key agreement algorithm

なるほどなぁ, と.

apt-listchanges: News


openssh (1:10.1p1-1) unstable; urgency=medium

OpenSSH 10.1p1 includes a number of changes that may affect existing configurations:

  • ssh(1): add a warning when the connection negotiates a non-post quantum key agreement algorithm.

    This warning has been added due to the risk of "store now, decrypt later" attacks. More details at https://openssh.com/pq.html

    This warning may be controlled via a new WarnWeakCrypto ssh_config option, defaulting to on. This option is likely to control additional weak crypto warnings in the future.

というわけで, 某所に接続すると, その都度

10月 09 15:09:23 xxx yyy[71885]: ** WARNING: connection is not using a post-quantum key exchange algorithm.
10月 09 15:09:23 xxx yyy[71885]: ** This session may be vulnerable to "store now, decrypt later" attacks.
10月 09 15:09:23 xxx yyy[71885]: ** The server may need to be upgraded. See https://openssh.com/pq.html

とか出ていたり. まあ, 某所を更新するのが先なんですけれど.

これはこれとして, ControlMaster を使っていると出た後に ssh がまともに使えない or 非常に反応が悪くなる. これは新しいオプションである WarnWeakCrypto を使っていても同じ. ということで, 古いサーバに繋ぐ時には ControlMaster,ControlPath は使わないようにしましょう.

それはそれとして, 暗号関連の入門講義は「今時は RSA 暗号だけじゃ駄目だろ」から「格子暗号の初歩ぐらいまでやっておこうよ」になるのかな(なるよなぁ…).


連絡先など
最近の日記
  • 2025/10/09
    • 1. OpenSSH v10.1p1 からの警告: non-post quantum key agreement algorithm
  • 2025/09/26
    • 1. beamer で 画像を covered にしたい.
  • 2025/09/24
    • 1. スペクトル法による数値計算入門
  • 2025/08/22
    • 1. extractbb が無い?
  • 2025/08/15
    • 1. Bookworm → Trixie 更新作業
一覧
2006|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|02|03|04|08|09|10|11|12|
2013|01|02|03|04|05|06|08|09|10|11|12|
2014|01|02|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|09|10|
2016|02|03|
2017|01|02|03|05|06|07|09|11|12|
2018|03|06|07|10|11|12|
2019|01|02|03|04|05|07|10|12|
2020|01|02|03|04|05|08|09|10|11|12|
2021|01|02|03|05|06|07|08|09|11|12|
2022|01|02|03|04|05|06|08|10|11|12|
2023|02|03|04|06|08|09|11|12|
2024|01|02|03|04|05|06|10|12|
2025|02|03|04|05|06|08|09|10|
Back to Top ▲