linux常用命令总结

ssh

1
2
3
ssh-keygen -t rsa

ssh-copy-id -i ~/.ssh/id_rsa.pub root@192.168.1.101

文件相关操作

系统相关