当前位置:网站首页>远程工作的一些命令
远程工作的一些命令
2022-06-26 08:34:00 【菜菜的阿庄】
git配置
git config --global user.name “usrname”
git config --global user.email “[email protected]”
ssh-keygen -C “[email protected]” -t rsa
cd ~/.ssh
cat id_rsa.pub
ssh免密登录
将上述生成的id_rsa.pub拷贝到ssh服务器的~/.ssh/authorized_keys:
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]服务器IP
sshfs映射远程目录
sshfs [email protected]:path localpath -o allow_other
linux远程控制其它主机
xfreerdp -u usrname -d domain -x 0 -p pwd -g 1440x820 ip
vscode ssh失败
边栏推荐
- Performance comparison of unaryexpr's function on matrix elements in eigen Library
- Analysis of Yolo series principle
- 【IVI】15.1.2 系统稳定性优化篇(LMKD Ⅱ)PSI 压力失速信息
- Nebula diagram_ Object detection and measurement_ nanyangjx
- 1.27 pytorch learning
- QT_ AI
- Backward usage
- 滑块验证 - 亲测 (京东)
- Bezier curve learning
- Stanford doggo source code study
猜你喜欢

Convex optimization of quadruped

Clion installation + MinGW configuration + opencv installation

Yolov5进阶之三训练环境

Stanford doggo source code study

First character that appears only once

【云原生 | Kubernetes篇】深入万物基础-容器(五)

Playing card image segmentation

And are two numbers of S

Relationship extraction --r-bert

leetcode2022年度刷题分类型总结(十二)并查集
随机推荐
1.23 neural network
三菱PLC若想实现以太网无线通讯,需要具备哪些条件?
ROS learning notes (6) -- function package encapsulated into Library and called
Relationship extraction --tplinker
nn. Modulelist and nn Sequential
STM32 project design: temperature, humidity and air quality alarm, sharing source code and PCB
QT_ AI
Polka lines code recurrence
【MATLAB GUI】 键盘回调中按键识别符查找表
What are the conditions for Mitsubishi PLC to realize Ethernet wireless communication?
RecyclerView Item 根据 x,y 坐标得到当前position(位置)
Parameter understanding of quad dataloader in yolov5
力扣399【除法求值】【并查集】
Matlab drawing checkerboard (camera calibration)
Zlmediakit push pull flow test
【云原生 | Kubernetes篇】深入万物基础-容器(五)
Summary of common instructions for arm assembly
隐藏式列表菜单以及窗口转换在Selenium 中的应用
Whale conference provides digital upgrade scheme for the event site
In automated testing, there are three commonly used waiting methods: sleep, implicitly\wait, and expected\u conditions