Start an ssh connection with putty in windows without specifying credentials every time I log in ...

Lagrange four-squares theorem --- deterministic complexity

The Nth Gryphon Number

What does 丫 mean? 丫是什么意思?

How does light 'choose' between wave and particle behaviour?

Random body shuffle every night—can we still function?

Is CEO the "profession" with the most psychopaths?

Crossing US/Canada Border for less than 24 hours

AppleTVs create a chatty alternate WiFi network

What's the point of the test set?

What makes a man succeed?

A letter with no particular backstory

Project Euler #1 in C++

Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?

What would you call this weird metallic apparatus that allows you to lift people?

How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?

Draw 4 of the same figure in the same tikzpicture

1-probability to calculate two events in a row

Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?

In musical terms, what properties are varied by the human voice to produce different words / syllables?

Is multiple magic items in one inherently imbalanced?

Is the IBM 5153 color display compatible with the Tandy 1000 16 color modes?

An adverb for when you're not exaggerating

Why is it faster to reheat something than it is to cook it?

Do I really need to have a message in a novel to appeal to readers?



Start an ssh connection with putty in windows without specifying credentials every time I log in



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)PuTTY log to disk in real-time?How to have a shell script available everywhere I SSH toHow to make remote connection (ssh tunnel) with putty/ssh?SSH tunnels with puttyHow to set up SSH auth with Windows/git/tortoisegit/putty/SynologyIs there a way to make PuTTY try ~/.ssh/id_rsa by default without having to save every connection?Can I pass credentials through command line securely?putty connection windows freessh server failedWinSCP and PuTTY SSH (SFTP) authentication to Windows OpenSSH server won't work using public keysPuTTY: send over serial connection without ctrl+J





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I want to start an ssh connection with putty in windows without specifying credentials every time I log in.



I want the lazy way to run an SSH without entering my super long complex password every time I log in. I know that possible solutions might defeat the purpose of having a super secure password but this might become handy in very controlled environments (self-justification).










share|improve this question







New contributor




CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • You should have a look at this reply. It details how to reproduce the behavior of the linux tool ssh-copy-id, which deploys your public RSA key to the target server, so that it can identify you without the need for your password

    – AlexLoss
    3 hours ago




















0















I want to start an ssh connection with putty in windows without specifying credentials every time I log in.



I want the lazy way to run an SSH without entering my super long complex password every time I log in. I know that possible solutions might defeat the purpose of having a super secure password but this might become handy in very controlled environments (self-justification).










share|improve this question







New contributor




CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • You should have a look at this reply. It details how to reproduce the behavior of the linux tool ssh-copy-id, which deploys your public RSA key to the target server, so that it can identify you without the need for your password

    – AlexLoss
    3 hours ago
















0












0








0








I want to start an ssh connection with putty in windows without specifying credentials every time I log in.



I want the lazy way to run an SSH without entering my super long complex password every time I log in. I know that possible solutions might defeat the purpose of having a super secure password but this might become handy in very controlled environments (self-justification).










share|improve this question







New contributor




CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I want to start an ssh connection with putty in windows without specifying credentials every time I log in.



I want the lazy way to run an SSH without entering my super long complex password every time I log in. I know that possible solutions might defeat the purpose of having a super secure password but this might become handy in very controlled environments (self-justification).







windows putty






share|improve this question







New contributor




CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 6 hours ago









CamelCameliusCamelCamelius

1




1




New contributor




CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • You should have a look at this reply. It details how to reproduce the behavior of the linux tool ssh-copy-id, which deploys your public RSA key to the target server, so that it can identify you without the need for your password

    – AlexLoss
    3 hours ago





















  • You should have a look at this reply. It details how to reproduce the behavior of the linux tool ssh-copy-id, which deploys your public RSA key to the target server, so that it can identify you without the need for your password

    – AlexLoss
    3 hours ago



















You should have a look at this reply. It details how to reproduce the behavior of the linux tool ssh-copy-id, which deploys your public RSA key to the target server, so that it can identify you without the need for your password

– AlexLoss
3 hours ago







You should have a look at this reply. It details how to reproduce the behavior of the linux tool ssh-copy-id, which deploys your public RSA key to the target server, so that it can identify you without the need for your password

– AlexLoss
3 hours ago












2 Answers
2






active

oldest

votes


















0














Create a regular windows shortcut and add the following as target:



Z:locationPuTTY.exe -ssh user@server -pw mysupersecurepassword


Leave empty the Start in field from Shortcut tab at Shortcut Properties dialog window.






share|improve this answer








New contributor




CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




























    0














    You can generate an RSA private&public key pair and deposit the public key on the target machine, e.g. a router, and the private key in PuTTY. When connecting, the PC and router use the ssh key pair and you're logged in immediately. No interactive login.






    share|improve this answer


























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "3"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });






      CamelCamelius is a new contributor. Be nice, and check out our Code of Conduct.










      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427458%2fstart-an-ssh-connection-with-putty-in-windows-without-specifying-credentials-eve%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      Create a regular windows shortcut and add the following as target:



      Z:locationPuTTY.exe -ssh user@server -pw mysupersecurepassword


      Leave empty the Start in field from Shortcut tab at Shortcut Properties dialog window.






      share|improve this answer








      New contributor




      CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























        0














        Create a regular windows shortcut and add the following as target:



        Z:locationPuTTY.exe -ssh user@server -pw mysupersecurepassword


        Leave empty the Start in field from Shortcut tab at Shortcut Properties dialog window.






        share|improve this answer








        New contributor




        CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.























          0












          0








          0







          Create a regular windows shortcut and add the following as target:



          Z:locationPuTTY.exe -ssh user@server -pw mysupersecurepassword


          Leave empty the Start in field from Shortcut tab at Shortcut Properties dialog window.






          share|improve this answer








          New contributor




          CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.










          Create a regular windows shortcut and add the following as target:



          Z:locationPuTTY.exe -ssh user@server -pw mysupersecurepassword


          Leave empty the Start in field from Shortcut tab at Shortcut Properties dialog window.







          share|improve this answer








          New contributor




          CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered 6 hours ago









          CamelCameliusCamelCamelius

          1




          1




          New contributor




          CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          CamelCamelius is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

























              0














              You can generate an RSA private&public key pair and deposit the public key on the target machine, e.g. a router, and the private key in PuTTY. When connecting, the PC and router use the ssh key pair and you're logged in immediately. No interactive login.






              share|improve this answer






























                0














                You can generate an RSA private&public key pair and deposit the public key on the target machine, e.g. a router, and the private key in PuTTY. When connecting, the PC and router use the ssh key pair and you're logged in immediately. No interactive login.






                share|improve this answer




























                  0












                  0








                  0







                  You can generate an RSA private&public key pair and deposit the public key on the target machine, e.g. a router, and the private key in PuTTY. When connecting, the PC and router use the ssh key pair and you're logged in immediately. No interactive login.






                  share|improve this answer















                  You can generate an RSA private&public key pair and deposit the public key on the target machine, e.g. a router, and the private key in PuTTY. When connecting, the PC and router use the ssh key pair and you're logged in immediately. No interactive login.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 2 hours ago

























                  answered 3 hours ago









                  user1016274user1016274

                  1,246813




                  1,246813






















                      CamelCamelius is a new contributor. Be nice, and check out our Code of Conduct.










                      draft saved

                      draft discarded


















                      CamelCamelius is a new contributor. Be nice, and check out our Code of Conduct.













                      CamelCamelius is a new contributor. Be nice, and check out our Code of Conduct.












                      CamelCamelius is a new contributor. Be nice, and check out our Code of Conduct.
















                      Thanks for contributing an answer to Super User!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427458%2fstart-an-ssh-connection-with-putty-in-windows-without-specifying-credentials-eve%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

                      Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

                      Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...