-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
I am using a kali install on Debian on a VPS, and tried to install the fat rat using ssh @screetsec but it said that ssh is not supported
go with vnc so I started up my vncserver
and now it is still saying the same thing,
I went into the setup.sh
file and found this line of code
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
echo "[remote]"
echo ""
echo -e "$red" "Fatrat & Setup does not work over a remote secure shell ."
echo ""
echo -e "$green" "If you want to Install Fatrat on a remote computer then "
echo -e "$green" "use a remote desktop connection like rdesktop or vnc) "
echo ""
echo -e "$green" "Press [ENTER] key to exit"
read -r abor
exit 1
But this does not seem to working properly does it as I was clearly using a VNC Connection. There should be a work around this, problem as using TheFatRat on a VPS even with VNC is just not working.
Hope this is cleared sooner.
:)
Metadata
Metadata
Assignees
Labels
No labels