Differences
This shows you the differences between the selected revisions of the page.
| custom_commands 2023-12-07 | custom_commands 2025-02-14 (current) | ||
| Line 73: | Line 73: | ||
| Both above solutions require a shell access. If you do not have it, use the following solution. | Both above solutions require a shell access. If you do not have it, use the following solution. | ||
| - | ===== [[delete_background]] Deleting on Background ===== | + | ===== [[delete_background]] Deleting in Background ===== |
| Use the following command to delete a large directory structure in a separate process: | Use the following command to delete a large directory structure in a separate process: | ||
| Line 195: | Line 195: | ||
| * Connect at least once from an interactive terminal (such as [[&url(putty)|PuTTY SSH client]]) to verify the destination server host key. | * Connect at least once from an interactive terminal (such as [[&url(putty)|PuTTY SSH client]]) to verify the destination server host key. | ||
| * Use for example [[ui_login_authentication#forwarding|Agent forwarding]] to forward your private key to the destination server for authentication. | * Use for example [[ui_login_authentication#forwarding|Agent forwarding]] to forward your private key to the destination server for authentication. | ||
| - | * Another less-secure method of authentication is use of ''[[https://sourceforge.net/projects/sshpass/|sshpass]]'' tool (see its [[https://linux.die.net/man/1/sshpass|man page]]). | + | * Another less-secure method of authentication is use of ''[[https://sourceforge.net/projects/sshpass/|sshpass]]'' tool (see its [[https://www.mankier.com/1/sshpass|man page]]). |
| ===== [[compare]] File Compare ===== | ===== [[compare]] File Compare ===== | ||