Linux远程控制技术

  <强>   从192.168.10.5这台机登录到192.168.10.16这台机上,可以在192.168.10.16做一些操作,比如拷贝文件。                  

  <强>   192.168.10.5      

  <前>   (root@localhost  ~) #, cd /tmp   (root@localhost  tmp) # ifconfig   ens32:旗帜=4163 mtu  1500   ,,,,,,,inet  192.168.10.5 , netmask  255.255.255.0  broadcast  192.168.10.255   ,,,,,,,inet6  fe80:: 20 c: 29 ff: fe84: eae5 , prefixlen  64年,scopeid  0 x20   ,,,,,,,ether  00:0c: 29:84: ea: e5 , txqueuelen  1000年,,(以太网)   ,,,,,,,RX  packets  113798033,, bytes  13848840312,(12.8,镶条)   ,,,,,,,RX  errors  0,, dropped  0,, overruns  0, frame  0   ,,,,,,,TX  packets  89922573,, bytes  134234526128,(125.0,镶条)   ,,,,,,,TX  errors  0,, dropped  0, overruns  0,, carrier  0, collisions  0   罗:旗帜=73 mtu  65536   ,,,,,,,inet  127.0.0.1  netmask  255.0.0.0   ,,,,,,,inet6 :: 1,, prefixlen  128年,,scopeid  0 x10loop , txqueuelen  1,, (Local 回路)   ,,,,,,,RX  packets  168年,,bytes  14260,(13.9,简约)   ,,,,,,,RX  errors  0,, dropped  0,, overruns  0, frame  0   ,,,,,,,TX  packets  168年,,bytes  14260,(13.9,简约)   ,,,,,,,TX  errors  0,, dropped  0, overruns  0,, carrier  0, collisions  0   (root@localhost  tmp) # ls   (root@localhost  tmp) # pwd/tmp   之前   

  <强>   192.168.10.16      

  <前>   (root@localhost  ~) #, cd /tmp   (root@localhost  tmp) # ifconfig   ens32:旗帜=4163 mtu  1500   ,,,,,,,inet  192.168.10.16 , netmask  255.255.255.0  broadcast  192.168.10.255   ,,,,,,,inet6  fe80:: 20 c: 29 ff: fe62: fcc4 , prefixlen  64年,scopeid  0 x20   ,,,,,,,ether  00:0c: 29:62: fc: c4 , txqueuelen  1000年,,(以太网)   ,,,,,,,RX  packets  20886,, bytes  7480105, (7.1, MiB)   ,,,,,,,RX  errors  0,, dropped  0,, overruns  0, frame  0   ,,,,,,,TX  packets  10471,, bytes  7083155, (6.7, MiB)   ,,,,,,,TX  errors  0,, dropped  0, overruns  0,, carrier  0, collisions  0   罗:旗帜=73 mtu  65536   ,,,,,,,inet  127.0.0.1  netmask  255.0.0.0   ,,,,,,,inet6 :: 1,, prefixlen  128年,,scopeid  0 x10loop , txqueuelen  1,, (Local 回路)   ,,,,,,,RX  packets  580年,,bytes  49312,(48.1,简约)   ,,,,,,,RX  errors  0,, dropped  0,, overruns  0, frame  0   ,,,,,,,TX  packets  580年,,bytes  49312,(48.1,简约)   ,,,,,,,TX  errors  0,, dropped  0, overruns  0,, carrier  0, collisions  0   (root@localhost  tmp) # ls   PHP.gif , test , timestamp.txt ,程序员等级判别.jpg ,背锅.gif ,重启jpg   (root@localhost  tmp) # pwd/tmp   之前   

  <强>   从192.168.10.5登录到192.168.10.16      

  <前>   (root@localhost  tmp) #, ssh  root@192.168.10.16   密码:root@192.168.10.16& # 39; s    登录:Last  Wed  Jun  19, 22:12:56  2019年,得到192.168.10.5   (root@localhost  ~) # ifconfig   ens32:旗帜=4163 mtu  1500   ,,,,,,,inet  192.168.10.16 , netmask  255.255.255.0  broadcast  192.168.10.255   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null

Linux远程控制技术