Skip to content

Using VNC but TheFatRat thinks I am using an SSH Connection. #601

@OttomanZ

Description

@OttomanZ

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions