0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

WindowsにOpenSSHサーバーを入れられず悩んだ話

Posted at

はじめに

Windows11 ProのPCにSSHでサインインして使うためOpenSSHサーバーをインストールしました。インストールで少し苦労した話です。

インストールできない?

先達の教えに従って、オプション機能の追加からOpenSSHサーバーを追加を実行したのですが、インストール中のままいつまで経っても終わりません。

ヤツのせいだ

あれこれ悩んだのですが、職場のPCはWSUSに支配されている管理されているので上記の手順では余計なものは追加できないらしいと悟りました。

ならばオフラインで

GitHubからインストーラをダウンロードしてインストールしました。
https://github.com/PowerShell/Win32-OpenSSH/releases

x64用のインストーラー形式のパッケージは OpenSSH-Win64-vx.x.x.x.msi をダウンロードします。これでインストールした場合、インストール後のサービス開始までやってくれました。

あとはファイアウォールでPort 22を開けておしまい。
他のマシンからSSH接続できることを確認してください。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?