Kali tight vnc server


No xrdp, tightvncserver work fine

0,systemctl ssh enable

1,vi /etc/systemd/system/vnc.service

[Unit]
Description=TightVNC remote desktop server
After=sshd.service
 
[Service]
Type=dbus
ExecStart=/usr/bin/tightvncserver -depth 16 -geometry 1600x900 :1
User=augustone
Type=forking
 
[Install]
WantedBy=multi-user.target

2,systemctl enable vnc.service

tightvncpasswd

相关