Open1

Windows 版 OpenSSH について

BugbearR PNBugbearR PN

Windows では、Microsoft 公式版の OpenSSH が2018年秋から存在している。

Windows での OpenSSH
https://docs.microsoft.com/ja-jp/windows-server/administration/openssh/openssh_overview

公式のインストール、アンインストール方法の説明は以下にある。

Windows の設定を使用して OpenSSH をインストールする
https://docs.microsoft.com/ja-jp/windows-server/administration/openssh/openssh_install_firstuse

SSH の設定ファイル(config)や鍵(id_rsa, id_*)は以下のディレクトリに入る。

DOSプロンプトの場合
%USERPROFILE%\.ssh

PowerShell の場合
~\.ssh

PowerShell から ssh を起動した場合、PowerShell は 7.1 の頃から ANSI エスケープコードを解釈するようになっているので、端末ソフトがなくても、ほぼ問題なく動作するようになっている。

PowerShell の最新版のインストールは以下を参照。

https://docs.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-core-on-windows?view=powershell-7.1