のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2017-10-23から1日間の記事一覧

sshd error

PS C:\OpenSSH\OpenSSH-Win64> Set-Service sshd -StartupType Automatic Set-Service : サービス sshd がコンピューター '.' で見つかりませんでした。 発生場所 行:1 文字:1 + Set-Service sshd -StartupType Automatic + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~…

openssh

PS C:\OpenSSH\OpenSSH-Win64> New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName OpenSSH -Program C:\OpenSSH\OpenSSH-Win64\sshd.exe Name : DisplayName : OpenSSH Description : DisplayGroup : Group :…

executionpolicy

PS C:\OpenSSH\OpenSSH-Win64> Powershell -executionpolicy bypass C:\OpenSSH\OpenSSH-Win64\FixUserFilePermissions.ps1 [*] C:\Users\user01\.ssh\id_rsa looks good [*] C:\Users\user01\.ssh\id_rsa.pub 'Everyone' has the following access to 'C:\U…

powershellのとき、ssh-keygen.exeが固まる

powershellでssh-keygen.exeを実行すると 途中で、入力が効かなくなる(Ctrl+Zだけ効く) PS C:\OpenSSH\OpenSSH-Win64> .\ssh-keygen.exe -t rsa Generating public/private rsa key pair. Enter file in which to save the key (C:\Users\user01/.ssh/id_rsa…