Code Snippet

Just another Code Snippet site

ssh

[Unix] RHEL Setup RDP server

https://medium.com/@ndeepak_/how-to-install-xrdp-on-red-hat-8-and-centos-1b260c937890 Install EPEL RHEL8 Centos 8 Install Gnome Desktop and VNC Server Start and check server Firewall config, if needed: For VNC/RDP, user/password is mandatory, SSH key is not possible.

, , , ,

[How-To] SSH

SSH to a machine using an SSH bastion (proxy) for example : and with additional SSH options : —- SSHPass Execure command as ssh (using SSH PASS)

, , ,

[rsync] How-To

Source: eeacms/rsync – Docker Hub # [Client] generate SSH key for non root user # [Server] Start rsync server container with auth key for non root user (data will be stored in local folder : /tmp/rsync_server) # [Client] SSH connection to rsync server # [Client] Download files FROM server (to client) # [Client] Send files […]

, ,