ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Remote Sudo Escalation

    Scheduled Pinned Locked Moved Water Closet
    20 Posts 7 Posters 543 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • black3dynamiteB
      black3dynamite
      last edited by black3dynamite

      ssh -t remote_user@remote_host 'sudo reboot'

      1 Reply Last reply Reply Quote 1
      • stacksofplatesS
        stacksofplates
        last edited by stacksofplates

        What possible tool is using remote SSH commands with sudo like this?

        DashrenderD 1 Reply Last reply Reply Quote 1
        • DashrenderD
          Dashrender @stacksofplates
          last edited by

          @stacksofplates said in Remote Sudo Escalation:

          What possible tool is using remote SSH commands with sudo like this?

          he wants to execute a command using cron on a remote server, yet have the output display on the server running the cron job.

          stacksofplatesS 1 Reply Last reply Reply Quote 1
          • stacksofplatesS
            stacksofplates @Dashrender
            last edited by

            @Dashrender said in Remote Sudo Escalation:

            @stacksofplates said in Remote Sudo Escalation:

            What possible tool is using remote SSH commands with sudo like this?

            he wants to execute a command using cron on a remote server, yet have the output display on the server running the cron job.

            Ah my bad. I missed the Cron part. I didn't read all of that.

            1 Reply Last reply Reply Quote 0
            • stacksofplatesS
              stacksofplates
              last edited by

              Can't it use local files? If so, you could just mount through NFS to access locally and not need the SMB share.

              IRJI 1 Reply Last reply Reply Quote 0
              • IRJI
                IRJ @stacksofplates
                last edited by

                @stacksofplates said in Remote Sudo Escalation:

                Can't it use local files? If so, you could just mount through NFS to access locally and not need the SMB share.

                The share has java which, we I want to avoid running locally.

                travisdh1T DashrenderD 2 Replies Last reply Reply Quote 0
                • travisdh1T
                  travisdh1 @IRJ
                  last edited by

                  @IRJ said in Remote Sudo Escalation:

                  @stacksofplates said in Remote Sudo Escalation:

                  Can't it use local files? If so, you could just mount through NFS to access locally and not need the SMB share.

                  The share has java which, we I want to avoid running locally.

                  So don't install a java runtime on the remote computer... now no java can possibly run on it, no matter what files are in the share.

                  1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @IRJ
                    last edited by

                    @IRJ said in Remote Sudo Escalation:

                    @stacksofplates said in Remote Sudo Escalation:

                    Can't it use local files? If so, you could just mount through NFS to access locally and not need the SMB share.

                    The share has java which, we I want to avoid running locally.

                    Why does everything have to be in that one share?

                    1 Reply Last reply Reply Quote 0
                    • IRJI
                      IRJ
                      last edited by

                      Update on this...

                      I just got off the webex screen share with vendor. They are baffled and are going to create an exact sandbox environment to replicate.

                      It is still a very early version of this software 😕

                      1 Reply Last reply Reply Quote 1
                      • dafyreD
                        dafyre
                        last edited by

                        So...

                        Client Server 2 needs to mount //smbserver1/some_path /mnt/some_path
                        Then Client Server 2 needs to run sudo /mnt/some_path/some_script.sh ?

                        1 Reply Last reply Reply Quote 1
                        • scottalanmillerS
                          scottalanmiller @IRJ
                          last edited by

                          @IRJ said in Remote Sudo Escalation:

                          The vendor is telling me I should be able to run .sh file directly from samba share on client server2. So ssh should not need to be part of equation. Otherwise having the share would be pointless.

                          Sounds like the vendor needs some basic IT support themselves.

                          1 Reply Last reply Reply Quote 1
                          • 1 / 1
                          • First post
                            Last post