VNC over SSH with Ubuntu 20.04 & iPad Pro

VNC over SSH with Ubuntu 20.04 & iPad Pro

HomeOther ContentVNC over SSH with Ubuntu 20.04 & iPad Pro
ChannelPublish DateThumbnail & View CountActions
Channel AvatarPublish Date not found Thumbnail
0 Views
On the remote PC

##become root(sudo su)
apt install openssh-server
nano /etc/ssh/sshd_config
##changeport number to 7777(or other) and save/exit
service sshd restart
sudo systemctl status ssh
apt-get update
apt-get upgrade
apt install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils
apt install tigervnc-standalone-server tigervnc-common
##return to normal user using su ‘username’
apt install net-tools
ifconfig
##set up your router to forward port 7777 from your public IP to your computers IP you found with ‘if config’

On the iPad

Be sure to buy “remote pro” from the App Store

Please take the opportunity to connect and share this video with your friends and family if you find it useful.