首页 > 其他分享 >ssh小测试

ssh小测试

时间:2024-05-22 11:09:13浏览次数:19  
标签:-- 192.168 ssh 测试 yes root 183.132 insights

点击查看代码
Xshell 7 (Build 0144)
Copyright (c) 2020 NetSarang Computer, Inc. All rights reserved.

Type `help' to learn how to use Xshell prompt.
[C:\~]$ 

Connecting to 192.168.183.131:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.

Activate the web console with: systemctl enable --now cockpit.socket

Register this system with Red Hat Insights: insights-client --register
Create an account or view all your systems at https://red.ht/insights-dashboard
Last login: Wed May 22 18:17:53 2024
/usr/bin/xauth:  file /root/.Xauthority does not exist
[root@bogon ~]# ssh 192.168.183.132
The authenticity of host '192.168.183.132 (192.168.183.132)' can't be established.
ECDSA key fingerprint is SHA256:11KkWkwrcl/cjYnJE2XiYX/mHCuZfCV1x7faJpQi6SM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.183.132' (ECDSA) to the list of known hosts.
[email protected]'s password: 
Activate the web console with: systemctl enable --now cockpit.socket

Register this system with Red Hat Insights: insights-client --register
Create an account or view all your systems at https://red.ht/insights-dashboard
Last login: Wed May 22 18:18:06 2024
[root@bogon ~]# ssh 192.168.183.133
The authenticity of host '192.168.183.133 (192.168.183.133)' can't be established.
ECDSA key fingerprint is SHA256:11KkWkwrcl/cjYnJE2XiYX/mHCuZfCV1x7faJpQi6SM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.183.133' (ECDSA) to the list of known hosts.
[email protected]'s password: 
Activate the web console with: systemctl enable --now cockpit.socket

Register this system with Red Hat Insights: insights-client --register
Create an account or view all your systems at https://red.ht/insights-dashboard
Last login: Wed May 22 18:18:19 2024
[root@bogon ~]# ssh 192.168.183.132
The authenticity of host '192.168.183.132 (192.168.183.132)' can't be established.
ECDSA key fingerprint is SHA256:11KkWkwrcl/cjYnJE2XiYX/mHCuZfCV1x7faJpQi6SM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.183.132' (ECDSA) to the list of known hosts.
[email protected]'s password: 
Activate the web console with: systemctl enable --now cockpit.socket

Register this system with Red Hat Insights: insights-client --register
Create an account or view all your systems at https://red.ht/insights-dashboard
Last login: Wed May 22 18:19:16 2024 from 192.168.183.131
[root@bogon ~]# ssh 192.168.183.131 
The authenticity of host '192.168.183.131 (192.168.183.131)' can't be established.
ECDSA key fingerprint is SHA256:11KkWkwrcl/cjYnJE2XiYX/mHCuZfCV1x7faJpQi6SM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.183.131' (ECDSA) to the list of known hosts.
[email protected]'s password: 
Activate the web console with: systemctl enable --now cockpit.socket

Register this system with Red Hat Insights: insights-client --register
Create an account or view all your systems at https://red.ht/insights-dashboard
Last login: Wed May 22 18:19:01 2024 from 192.168.183.1
[root@bogon ~]# 

标签:--,192.168,ssh,测试,yes,root,183.132,insights
From: https://www.cnblogs.com/used-conduit-onion/p/18205789

相关文章

  • 接口测试用例设计的关键步骤与技巧解析
    简介接口测试在需求分析完成之后,即可设计对应的接口测试用例,然后根据用例进行接口测试。接口测试用例的设计也需要用到黑盒测试用例设计方法,和测试流程与理论章节的功能测试用例设计的方法类似,设计过程中还需要增加与接口特性相关的测试用例。接口测试流程接口测试的质量目标......
  • 【Springboot】复杂单元测试启动类-只测试OpenFeign
    复杂单元测试启动类-只测试OpenFeign背景随着springboot应用工程规模越来越大,集成了较多的自动配置的程序,例如SpringDataJPA,SpringCloudOpenFeign,ApacheDubbo有时会需要在本地运行测试,但要么因为数据库无法在办公网络环境连接,要么注册中心无法连接,这就导致本地完全无......
  • OOTDiffusion环境搭建&推理测试
    引子记得2015年左右,去参加VALSE的时候,就有虚拟试衣的项目亮相。现在回头看看,当时的效果还是十分简陋和不协调的。今天在全球最大的同性交友网站github上突然发现一个不错的虚拟试衣项目,看其效果还是不错,加入了扩散模型,效果看起来有质的提升。OK,让我们开始吧。一、模型介绍论文......
  • 测试与发布
    这个作业属于哪个课程软件工程2024-广东工业大学这个作业要求在哪里软件工程2024-班级博客这个作业的目标测试与发布一.测试1.在测试过程中总共发现了4个Bug修复的bug(2):1.未经过账号注册也能直接登录,已通过过滤器进行过滤2.在宠物对战游戏中,有时候可能......
  • ISTQB - 测试技术
    测试技术分类选择测试技术-基于的因素选择测试技术-指导思想----需要根据特定的环境和测试级别选择合适的测试技术----为了达到最佳的效果,测试员通常使用多种测试技术的组合来开展实际的测试工作黑盒测试图解:黑盒测试技术概念及其共同点----黑盒测试技术(black-boxt......
  • 密码爆破ssh与ftp服务(finish)
    密码爆破ssh与ftp服务使用工具九头蛇(hydra)ssh环境配置win10安装sshd服务端在cmd命令行使用netstartsshd命令启动服务kali打开终端查看是否开启ssh服务nmap-sV-T4-p-[kali的ip]先创建一个用户名字典username.txt,把经常用的用户名写入到字典中touchus......
  • 测试计划包括哪些内容?
    1、项目背景项目的名称、开发背景和主要功能。此外,项目背景还包括项目的来源、委托单位和主管部门等信息。2、测试的参考文档和交付文档参考文档:需求规格说明书、概要设计说明书、详细设计说明书、用户操作手册、UI设计原型图交付文档:测试报告(测试过程记录、分析......
  • 黑盒测试方法设计的测试用例
    黑盒测试方法设计的测试用例1.用户管理模块测试登录功能:输入正确的用户名和密码,能够成功登录,并跳转到主页面;输入错误的用户名或密码,不能登录成功,并提示错误信息;测试注册功能:输入未注册的用户名和密码,能够成功注册新用户,并跳转到登录页面;输入已经注册过的用户名,不能注册成功,并提......
  • 测试与发布
    作业所属课程软工2024作业要求自我介绍+软工5问作业目标学习使用一些好用实用的工具。熟悉作业提交的方法和格式。督促我翻阅课本。明确自己的学习方向测试过程主要通过多次搜索来查看是否出现问题测试结果发现了两个bug,已修复。场景测试1、预期用户在联......
  • 测试 width="242" height="242"
    1  width="242"height="242"         ......