network
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| network [2022/09/26 12:31] – jhagstrand | network [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: | ||
| + | $ scp . username@host: | ||
| + | $ scp -pr -P 22 jhagstrand@web612.webfaction.com: | ||
| + | $ scp -pr -P 7822 voyccom@az1-ss8.a2hosting.com: | ||
| - | scp from.txt to.txt | + | SCP options\\ |
| - | scp username@host: | + | -P remote-port\\ |
| - | scp . username@host: | + | -p preserve files modification and access times\\ |
| - | scp -pr -P 22 jhagstrand@web612.webfaction.com: | + | -r copy directories recursively\\ |
| - | scp -pr -P 7822 voyccom@az1-ss8.a2hosting.com: | + | |
| - | + | ||
| - | + | ||
| - | -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