Problem generating keys with ssh-keygen

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Can anyone tell me the problem with ssh-keygen? I already have already have created the directory, ssh-keygen acknowledges yet does not save keys



Generating public/private rsa key pair.
Enter file in which to save the key (/home/jason/.ssh/id_rsa): /home/jason/.ssh
/home/jason/.ssh already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Saving key "/home/jason/.ssh" failed: Is a directory
jason@Keklord:~$









share|improve this question



























    up vote
    0
    down vote

    favorite












    Can anyone tell me the problem with ssh-keygen? I already have already have created the directory, ssh-keygen acknowledges yet does not save keys



    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/jason/.ssh/id_rsa): /home/jason/.ssh
    /home/jason/.ssh already exists.
    Overwrite (y/n)? y
    Enter passphrase (empty for no passphrase):
    Enter same passphrase again:
    Saving key "/home/jason/.ssh" failed: Is a directory
    jason@Keklord:~$









    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Can anyone tell me the problem with ssh-keygen? I already have already have created the directory, ssh-keygen acknowledges yet does not save keys



      Generating public/private rsa key pair.
      Enter file in which to save the key (/home/jason/.ssh/id_rsa): /home/jason/.ssh
      /home/jason/.ssh already exists.
      Overwrite (y/n)? y
      Enter passphrase (empty for no passphrase):
      Enter same passphrase again:
      Saving key "/home/jason/.ssh" failed: Is a directory
      jason@Keklord:~$









      share|improve this question















      Can anyone tell me the problem with ssh-keygen? I already have already have created the directory, ssh-keygen acknowledges yet does not save keys



      Generating public/private rsa key pair.
      Enter file in which to save the key (/home/jason/.ssh/id_rsa): /home/jason/.ssh
      /home/jason/.ssh already exists.
      Overwrite (y/n)? y
      Enter passphrase (empty for no passphrase):
      Enter same passphrase again:
      Saving key "/home/jason/.ssh" failed: Is a directory
      jason@Keklord:~$






      16.04






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 29 at 0:02









      vidarlo

      7,26442140




      7,26442140










      asked Jan 28 at 23:51









      qualico

      1




      1




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote













          At



          Enter file in which to save the key (/home/jason/.ssh/id_rsa): /home/jason/.ssh
          /home/jason/.ssh already exists.


          you are promted to enter a file name. You enter a directory name; /home/jason/.ssh.



          Do not enter anything; the default value in the parenthesis is normally fine. If you want to save it to a custom location, this has to either be a file or a non-existing entity.



          The error message Saving key "/home/jason/.ssh" failed: Is a directory is pretty clear.






          share|improve this answer




















          • Thanks for the timely response! and the answer within! newbie at this
            – qualico
            Jan 29 at 0:10










          • If it answers your question, you should mark it as accepted answer by ticking the check mark next to the post.
            – vidarlo
            Jan 29 at 0:32






          • 1




            fyi: Qualico: Files/directories with a '.' (fullstop) as first character are hidden, so a normal ls or Files (the file-manager) won't show them. Add a ls -a to view from cli, or "view - show.hidden.files" from within Files to see them.
            – guiverc
            Jan 29 at 0:59










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000808%2fproblem-generating-keys-with-ssh-keygen%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          4
          down vote













          At



          Enter file in which to save the key (/home/jason/.ssh/id_rsa): /home/jason/.ssh
          /home/jason/.ssh already exists.


          you are promted to enter a file name. You enter a directory name; /home/jason/.ssh.



          Do not enter anything; the default value in the parenthesis is normally fine. If you want to save it to a custom location, this has to either be a file or a non-existing entity.



          The error message Saving key "/home/jason/.ssh" failed: Is a directory is pretty clear.






          share|improve this answer




















          • Thanks for the timely response! and the answer within! newbie at this
            – qualico
            Jan 29 at 0:10










          • If it answers your question, you should mark it as accepted answer by ticking the check mark next to the post.
            – vidarlo
            Jan 29 at 0:32






          • 1




            fyi: Qualico: Files/directories with a '.' (fullstop) as first character are hidden, so a normal ls or Files (the file-manager) won't show them. Add a ls -a to view from cli, or "view - show.hidden.files" from within Files to see them.
            – guiverc
            Jan 29 at 0:59














          up vote
          4
          down vote













          At



          Enter file in which to save the key (/home/jason/.ssh/id_rsa): /home/jason/.ssh
          /home/jason/.ssh already exists.


          you are promted to enter a file name. You enter a directory name; /home/jason/.ssh.



          Do not enter anything; the default value in the parenthesis is normally fine. If you want to save it to a custom location, this has to either be a file or a non-existing entity.



          The error message Saving key "/home/jason/.ssh" failed: Is a directory is pretty clear.






          share|improve this answer




















          • Thanks for the timely response! and the answer within! newbie at this
            – qualico
            Jan 29 at 0:10










          • If it answers your question, you should mark it as accepted answer by ticking the check mark next to the post.
            – vidarlo
            Jan 29 at 0:32






          • 1




            fyi: Qualico: Files/directories with a '.' (fullstop) as first character are hidden, so a normal ls or Files (the file-manager) won't show them. Add a ls -a to view from cli, or "view - show.hidden.files" from within Files to see them.
            – guiverc
            Jan 29 at 0:59












          up vote
          4
          down vote










          up vote
          4
          down vote









          At



          Enter file in which to save the key (/home/jason/.ssh/id_rsa): /home/jason/.ssh
          /home/jason/.ssh already exists.


          you are promted to enter a file name. You enter a directory name; /home/jason/.ssh.



          Do not enter anything; the default value in the parenthesis is normally fine. If you want to save it to a custom location, this has to either be a file or a non-existing entity.



          The error message Saving key "/home/jason/.ssh" failed: Is a directory is pretty clear.






          share|improve this answer












          At



          Enter file in which to save the key (/home/jason/.ssh/id_rsa): /home/jason/.ssh
          /home/jason/.ssh already exists.


          you are promted to enter a file name. You enter a directory name; /home/jason/.ssh.



          Do not enter anything; the default value in the parenthesis is normally fine. If you want to save it to a custom location, this has to either be a file or a non-existing entity.



          The error message Saving key "/home/jason/.ssh" failed: Is a directory is pretty clear.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 28 at 23:57









          vidarlo

          7,26442140




          7,26442140











          • Thanks for the timely response! and the answer within! newbie at this
            – qualico
            Jan 29 at 0:10










          • If it answers your question, you should mark it as accepted answer by ticking the check mark next to the post.
            – vidarlo
            Jan 29 at 0:32






          • 1




            fyi: Qualico: Files/directories with a '.' (fullstop) as first character are hidden, so a normal ls or Files (the file-manager) won't show them. Add a ls -a to view from cli, or "view - show.hidden.files" from within Files to see them.
            – guiverc
            Jan 29 at 0:59
















          • Thanks for the timely response! and the answer within! newbie at this
            – qualico
            Jan 29 at 0:10










          • If it answers your question, you should mark it as accepted answer by ticking the check mark next to the post.
            – vidarlo
            Jan 29 at 0:32






          • 1




            fyi: Qualico: Files/directories with a '.' (fullstop) as first character are hidden, so a normal ls or Files (the file-manager) won't show them. Add a ls -a to view from cli, or "view - show.hidden.files" from within Files to see them.
            – guiverc
            Jan 29 at 0:59















          Thanks for the timely response! and the answer within! newbie at this
          – qualico
          Jan 29 at 0:10




          Thanks for the timely response! and the answer within! newbie at this
          – qualico
          Jan 29 at 0:10












          If it answers your question, you should mark it as accepted answer by ticking the check mark next to the post.
          – vidarlo
          Jan 29 at 0:32




          If it answers your question, you should mark it as accepted answer by ticking the check mark next to the post.
          – vidarlo
          Jan 29 at 0:32




          1




          1




          fyi: Qualico: Files/directories with a '.' (fullstop) as first character are hidden, so a normal ls or Files (the file-manager) won't show them. Add a ls -a to view from cli, or "view - show.hidden.files" from within Files to see them.
          – guiverc
          Jan 29 at 0:59




          fyi: Qualico: Files/directories with a '.' (fullstop) as first character are hidden, so a normal ls or Files (the file-manager) won't show them. Add a ls -a to view from cli, or "view - show.hidden.files" from within Files to see them.
          – guiverc
          Jan 29 at 0:59

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000808%2fproblem-generating-keys-with-ssh-keygen%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491