X11转发
https://x410.dev/cookbook/enabling-ssh-x11-forwarding-in-visual-studio-code-for-remote-development/
https://www.cnblogs.com/bktown/p/17942524/x410-s-white-plan-zxpydk
windows powershell
set DISPLAY "192.168.8.1:0.0"
vscode开启x11转发
Host kali
HostName 192.168.8.18
User root
Port 22
ForwardX11 yes
ForwardX11Trusted yes
修改kali的.zshrc
export DISPLAY=192.168.8.1:0.0
export $(dbus-launch)
