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 #在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
标签:sshd,enable,vnc,service,Kali,server,systemctl,tightvncserver 来源: https://www.cnblogs.com/augustone/p/16392738.html