Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. SSH Help

SSH Help

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
linuxtoolsregexhelpworkspace
3 Posts 3 Posters 0 Views 1 Watching
  • 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.
  • C Offline
    C Offline
    cosmicassassin
    wrote on last edited by
    #1

    I know this isn't exclusive for Linux, but seemed like the best match. I'm using ssh to call a windows machine so I can run an executable on that particular machine. If I set up the configuration for ssh to be passwordless, and try to run the executable, it fails complaining about remoting issues. If I disable the passwordless option, and have to type it in, I can run the executable without fail. I would like to get the passwordless option working because I need to wrap this is a script. Any ideas or suggestions related to this matter would be greatly appreciated. CS

    A M 2 Replies Last reply
    0
    • C cosmicassassin

      I know this isn't exclusive for Linux, but seemed like the best match. I'm using ssh to call a windows machine so I can run an executable on that particular machine. If I set up the configuration for ssh to be passwordless, and try to run the executable, it fails complaining about remoting issues. If I disable the passwordless option, and have to type it in, I can run the executable without fail. I would like to get the passwordless option working because I need to wrap this is a script. Any ideas or suggestions related to this matter would be greatly appreciated. CS

      A Offline
      A Offline
      alex barylski
      wrote on last edited by
      #2

      I assume you already have the SSH service running under Windows? Can you: 1. Ping the Windows server from where you are 2. Can you telnet the SSH server from the other machine Lastly, under linux Debian there is a option in the SSH config which prohibits login as root. Are you by chance logging into the account using root access? I wonder if this is possibly causing the issue, and by disabling authenticaiton, you by pass this measure... In anycase, you can easily plink into a password protected session, so I wouldn't recommend disabling passwords...all someone has to do is catch your open port and try a password-less login and BAM they now control your system, at least to the extent SSH for Windows lets you. Cheers, Alex

      1 Reply Last reply
      0
      • C cosmicassassin

        I know this isn't exclusive for Linux, but seemed like the best match. I'm using ssh to call a windows machine so I can run an executable on that particular machine. If I set up the configuration for ssh to be passwordless, and try to run the executable, it fails complaining about remoting issues. If I disable the passwordless option, and have to type it in, I can run the executable without fail. I would like to get the passwordless option working because I need to wrap this is a script. Any ideas or suggestions related to this matter would be greatly appreciated. CS

        M Offline
        M Offline
        mertg
        wrote on last edited by
        #3

        You can configure the SSH (Server and client) to run with SSL key pairs like public-private key. Linux has a built in support for this both as a client and server. Your client first searches for the key file, if it cannot find it, it asks for a pass. Mert Gülsoy IT Specialist

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups