2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

「CredSSP」2018年5月の更新プログラム適用によるリモート デスクトップ接続不可への回避策

2
Last updated at Posted at 2018-05-09

現象

credssp_error.jpg

リモートデスクトップ接続が急に接続できなくなった!

対処

とりあえず!接続したい場合

コマンドプロンプトの管理者権限で実行
REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters /v AllowEncryptionOracle /t REG_DWORD /d 2

Linuxからの接続の場合

xfreerdp に /sec:tlsオプションを追加することで接続できるようになる。

スクリーンショット_2018-05-14_07-56-26.png

2
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?