如下配置信息:
ssh server enable
sftp server enable
sftp server idle-timeout 15 ssh user 123 service-type sftp authentication-type password
1.在防火墙配置了sftp。 总是提示:由于用户名无效或密码错误,192.168.0.100端口53257的asus身份验证失败。
2.求一份详细的sftp配置指导
(0)
最佳答案
配置SFTP服务器
# 生成RSA密钥对。
[Device] public-key local create rsa
The range of public key modulus is (512 ~ 2048).
If the key modulus is greater than 512, it will take a few minutes.
Press CTRL+C to abort.
Input the modulus length [default = 1024]:
Generating Keys...
..................
Create the key pair successfully.
# 生成DSA密钥对。
[Device] public-key local create dsa
The range of public key modulus is (512 ~ 2048).
If the key modulus is greater than 512, it will take a few minutes.
Press CTRL+C to abort.
Input the modulus length [default = 1024]:
Generating Keys...
..................
Create the key pair successfully.
# 生成ECDSA密钥对。
[Device] public-key local create ecdsa secp256r1
Generating Keys...
.
Create the key pair successfully.
# 启动SFTP服务器。
[Device] sftp server enable
# 创建设备管理类本地用户client002,并设置密码为明文aabbcc,服务类型为SSH,用户角色为network-admin,工作目录为flash:/。
[Device] local-user client002 class manage
[Device-luser-manage-client002] password simple aabbcc
[Device-luser-manage-client002] service-type ssh
[Device-luser-manage-client002] authorization-attribute user-role network-admin work-directory flash:/
[Device-luser-manage-client002] quit
# 配置SSH用户认证方式为password,服务类型为SFTP。(此步骤可以不配置)
[Device] ssh user client002 service-type sftp authentication-type password
(0)
怎么用客户端连接stp。我这边用客户端直接连接就报错说主机密钥验证失败。 连接已关闭
用psftp客户端直接登录就可以了
%Oct 11 17:11:33:819 2022 fw SSHS/6/SSHS_DISCONNECT: -COntext=1; SSH user (null) (IP: 192.168.0.100) disconnected from the server. %10月11日17:05:38:065 2022 fw SSHS/6/SSH_DISCONNECT:-上下文=1;SSH用户(空)(IP:192.168.0.100)与服务器断开连接。 登陆就报错
不能直接在pc 的cmd终端 登录sftp吗?
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
不能直接在pc 的cmd终端 登录sftp吗?