User Tools

Site Tools


network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
network [2022/09/26 12:31] jhagstrandnetwork [2022/09/26 12:35] (current) jhagstrand
Line 17: Line 17:
   $ sudo nmcli connection modify TELLO-591FFC connection.autoconnect yes   $ sudo nmcli connection modify TELLO-591FFC connection.autoconnect yes
  
 +Login to remote machines\\
 +ssh - Replaces rlogin and rsh.
 +  $ ssh -p 7822 voyccom@az1-ss8.a2hosting.com
  
-ssh +Copy files between remote machines\\ 
-Replaces rlogin and rsh. +SFTP - A protocol to do file transfer over SSH, emulating FTP syntax. \\ 
-ssh -p 7822 voyccom@az1-ss8.a2hosting.com +SCP A protocol to do file transfer over SSH, emulating the syntax of rcp in BSD Unix. \\
-SFTP +
-A protocol to do file transfer over SSH, emulating FTP syntax. +
-SCP +
-A protocol to do file transfer over SSH, emulating the syntax of rcp in BSD Unix.+
  
 +  $ scp from.txt to.txt
 +  $ scp username@host:path/* .
 +  $ scp . username@host:path/
 +  $ scp -pr -P 22 jhagstrand@web612.webfaction.com:db_archive .
 +  $ scp -pr -P 7822 voyccom@az1-ss8.a2hosting.com:webprod/mai/config.ini .
  
-scp from.txt to.txt +SCP options\\ 
-scp username@host:path/* . +-P remote-port\\ 
-scp . username@host:path/ +-p preserve files modification and access times\\ 
-scp -pr -P 22 jhagstrand@web612.webfaction.com:db_archive . +-r copy directories recursively\\
-scp -pr -P 7822 voyccom@az1-ss8.a2hosting.com:webprod/mai/config.ini . +
- +
- +
--P remote-port +
--p preserve files modification and access times +
--r copy directories recursively+
  
network.1664209900.txt.gz · Last modified: 2022/09/26 12:31 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki