You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
:)
The text was updated successfully, but these errors were encountered:
I have solved the Issue you can see that on my repo https://github.com/OttomanZ/TheFatRat
by removing the following code block it seems that TheFatRat seems to work and some other stuff ofcourse.
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 codeBut 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.
:)
The text was updated successfully, but these errors were encountered: