当前位置:网站首页>SSH in win10
SSH in win10
2022-04-23 21:50:00 【Three stone orders】
1、 install ssh Client or server
Set up - application - Optional features - Add functionality - Choose OpenSSH Client and OpenSSH Server side - install

2、 Use ssh client
Install well ssh After the client enters the account and password, you can access the server , What we use here is PowerShell, Third party... Is generally used ssh Tools , Such as Xshell、Bitvise、mobaxterm etc. , All carry sftp You can easily transfer files .

3、 Use ssh Server side
Run as administrator PowerShell, Open the service first , Execute the following instructions :
Start-Service sshd
If you want to start up automatically every time , Execute the following instructions :
Set-Service -Name sshd -StartupType 'Automatic'
View firewall status , Execute the following instructions :
Get-NetFirewallRule -Name *ssh*

Then you can access this computer from another computer , After executing the following instructions, enter the password to access :
username For your user name , Generally in C The user of the disk can see ;
xxx.xxx.xxx.xxx For this machine ip Address , Static setting is recommended ip;
Reference resources :windows How to view the current user name
版权声明
本文为[Three stone orders]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204200615437564.html
边栏推荐
- Sklearn function: Train_ Test_ Split (split training set and test set)
- Pipes and xargs
- Echerts add pie chart random color
- [leetcode refers to offer 10 - I. Fibonacci sequence (simple)]
- Minecraft 1.12.2 module development (43) custom shield
- Question brushing plan -- backtracking method (I)
- flomo软件推荐
- ubutnu20安裝CenterNet
- [※ leetcode refers to offer 48. The longest substring without repeated characters (medium)]
猜你喜欢

在线时序流程图制作工具

手撕《Google SRE Book》

Display, move, rotate

JS merge duplicate data in array object

Amazon and epic will be settled, and the Microsoft application mall will be opened to third parties

C#,打印漂亮的贝尔三角形(Bell Triangle)的源程序

IIS cannot load * woff,*. woff2,*. Solution of SVG file
![[leetcode refers to the two numbers of offer 57. And S (simple)]](/img/c2/7c1434e3c0bbcc6d6364361c3a3ab4.png)
[leetcode refers to the two numbers of offer 57. And S (simple)]
![[leetcode refers to offer 52. The first common node of two linked lists (simple)]](/img/bc/cd9c6ec29ecfef74940200e196aed3.png)
[leetcode refers to offer 52. The first common node of two linked lists (simple)]

Online timing flow chart making tool
随机推荐
Question brushing plan - depth first search DFS (I)
DW basic course (II)
Two Stage Detection
ubutnu20安裝CenterNet
opencv应用——以图拼图
Question brushing plan - depth first search (II)
Reference of custom message in ROS function pack failed
【SDU Chart Team - Core】SVG属性类设计之枚举
Database Experiment 8 trigger experiment
Crisis is opportunity. Why will the efficiency of telecommuting improve?
手撕《Google SRE Book》
1. Finishing huazi Mianjing -- 1
Norm normalization in tensorflow and pytorch of records
Ensuring the quality of living materials and food safety in Shanghai
Ali has another "against the sky" container framework! This kubernetes advanced manual is too complete
C list data paging
Pyuninstaller package exe cannot find the source code when running, function error oserror: could not get source code
[leetcode sword finger offer 10 - II. Frog jumping steps (simple)]
setInterval、setTimeout、requestAnimationFrame
pytorch 1.7. The model saved by X training cannot be loaded in version 1.4 or earlier