摘要: 生成新的 SSH 公私钥对 以下PowerShell脚本检查是否存在已有的 SSH 公私钥对,如果不存在,则生成一对新的公私钥对 if ( (-not (Test-Path -Path $HOME/.ssh -PathType Container)) -or ` (-not (Test-Path - 阅读全文
posted @ 2022-08-30 17:26 东百牧码人 阅读(513) 评论(0) 推荐(0)