Generating RSA key using Linux or Ubuntu
For linux or ubuntu user who is lazy to login to remote by typing password or plainly to improve security measure. You may generate a RSA key type to authenticate the login process. Generating the RSA key is the very first step.
rsync using ssh which is using customed port
Rsync is a common command that users and administrator alike uses it to synchronize files. The closest function that Microsoft uses is xcopy .
Connect to SSH using customed port from UBuntu Terminal
Scope and conditions :
- SSH service is running on remote server.
- SSH is binded to IP address 10.10.10.10.
- SSH service is running on Port 9394 or customed port (SSH default port 22).
- There is no firewall on your computer or your network. (more…)