gpt4 book ai didi

powershell - 如何通过 powershell 运行 win32-openssh? (使用来自 chocolatey 供应商的安装包安装)

转载 作者:行者123 更新时间:2023-12-04 01:43:08 25 4
gpt4 key购买 nike

所以我只是想从 bash 转换为 powershell。我试图找到一种 SSH 我的服务器的方法,发现我可以安装 win32-openssh 来这样做。

我通过以下方式安装了它:

  1. 安装 chocolatey 作为 packageprovider 使用:

    install-packageprovider chocolatey

  2. 然后我用命令安装了 win32-openssh:

    安装包 win32-openssh

我现在的问题是,我该如何运行这个程序?

最佳答案

它会安装正确的二进制文件等。它不会添加一些 PS cmdlet 以便在 PS 中使用 ssh。

package site 上都有描述:

This package performs the following operations that you normally have to hack at until you get what you want:

  • Install Appropriate Bitness for the version of Windows
  • Install to Program Files (malware protection and following advice of dev team)
  • Add SSH location to System PATH
  • Optionally install sshd windows service (Requires parameter - see below)
  • Optionally install sshd server "key based authentication" (Requires parameter - see below)
  • Cleanly uninstall all of the above (removing config files and server keys requires special switch - see below)

因此您可以从开始菜单运行它,或者通过在提示符中键入 ssh.exe 来运行它。

关于powershell - 如何通过 powershell 运行 win32-openssh? (使用来自 chocolatey 供应商的安装包安装),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38340964/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com