我尝试使用ssh连接到服务器,但得到了以下错误ssh:
The term 'ssh' is not recognized as the name of a cmdlet, function, script file, or operable program.
我遵循了的教程
并且成功地安装了OpenSSH.client和服务器,但是我在尝试运行ssh时遇到了同样的错误。
我正在运行Windows 10 Pro。我试过卸载OpenSSH并重新安装它,重新启动计算机,但是没有什么改变。
编辑:以一种奇怪的方式,ssh第二天就开始工作了。我想解决方案是在卸载和重新安装ssh
我已经安装了puTTY for Windows 10,并通过SSH访问了远程服务器。我想将文件从本地Windows框发送到远程服务器。我该怎么做?
我正在使用puTTY,但psftp,pscp等也是一个选项。
我用这个。
pscp.exe i F:\.ssh\anotherprivate.ppk "F:\xss vulnerability.txt" utkarsh@52.42.74.119.
得到了这个:
More than one remote source not supported
我正在尝试克隆存储库,但遇到错误
Could not create directory '/c/Windows/system32/config/systemprofile/.ssh'.
The authenticity of host '(host here)' can't be established.
我运行的是Windows7,使用的是tortoiseGit。我已经生成了一个ssh密钥并将其添加到服务器。有什么建议吗?我哪里做错了?
这是我在stackoverflow上的第一篇帖子,我已经在论坛上搜索过了,但没有找到任何答案。我在设置MySQL服务器、到MySQL服务器的ssh连接和MySQL工作台方面是全新的。有3台Windows PC运行Workbench CE (版本6.3),1台Ubuntu Linux PC运行MySQL CE。服务器和PC位于家庭网络中。服务器的ip地址是192.168.1.215;PC的ip地址是动态的。每台PC都会收到相同的错误消息。MySQL服务器安装在Linux Ubuntu服务器上。我可以在Windows PC上使用Putty登录到MySQL。
在Workbench中,我为服务器设置了
我刚刚在我的电脑上安装了一个新的Windows 7家庭高级版,我想重新建立我对一个Git服务器的连接。因此,我将旧的.shh文件夹从旧安装复制到C:\users\user.ssh中,包括id_rsa、id_rsa.pub、known_hosts和key.ppk。(一切都在旧系统中运作)。后来,我试着通过Putty和Git Bash连接,但都失败了。Putty刚刚给出了一个密码“连接超时”Git Bash返回:
ssh: conncet to host xxx.xx.xx.xx port 22: bad file number fatal: Could not read from remote
因此,基本上,我试图在metasploit中创建一个SSH会话。当我执行sessions #时,会话成功地打开,它打印[*] Starting interaction with 4...,但是当我执行dir时,没有结果或没有输出。
我是怎么做到的?
use scanner/ssh/ssh_login
set USERNAME username
set PASSWORD password
set RHOSTS x.x.x.x
exploit
[*] Command shell session 4 opened (x.x.x.x:x -> x.x.x.x:x) at 2019-06-18
OpenSSH支持使用证书颁发机构对用户密钥进行签名。来自man ssh-keygen:
ssh-keygen supports signing of keys to produce certificates that may
be used for user or host authentication. Certificates consist of a
public key, some identity information, zero or more principal (user
or host) names and a set of options that are signe