Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9300807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T22:52:13+00:00 2026-06-18T22:52:13+00:00

I have installed Cygwin Terminal on my windows. And I try to clone the

  • 0

I have installed Cygwin Terminal on my windows. And I try to clone the git repository we have on a linux server with command :

$ git clone ssh://some.server.com/somename
Cloning into 'somename'...
ituser3@some.server.com's password:

I know that there is SSL certificate in the server.

How can I get it connecting without password? How can it take into account the certificate on the server?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T22:52:14+00:00Added an answer on June 18, 2026 at 10:52 pm

    copy and pasted from mathias kettner’s tutorial

    First log in on A as user a and generate a pair of authentication keys. Do not enter a passphrase:

    a@A:~> ssh-keygen -t rsa
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/a/.ssh/id_rsa): 
    Created directory '/home/a/.ssh'.
    Enter passphrase (empty for no passphrase): 
    Enter same passphrase again: 
    Your identification has been saved in /home/a/.ssh/id_rsa.
    Your public key has been saved in /home/a/.ssh/id_rsa.pub.
    The key fingerprint is:
    3e:4f:05:79:3a:9f:96:7c:3b:ad:e9:58:37:bc:37:e4 a@A
    

    Now use ssh to create a directory ~/.ssh as user b on B. (The directory may already exist, which is fine):

    a@A:~> ssh b@B mkdir -p .ssh
    b@B's password: 
    

    Finally append a’s new public key to b@B:.ssh/authorized_keys and enter b’s password one last time:

    a@A:~> cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'
    b@B's password: 
    

    From now on you can log into B as b from A as a without password:

    a@A:~> ssh b@B hostname
    B
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have installed cygwin on windows xp. On command prompt i type cygcheck -c
how to use Linux lib such as timeval in windows I have installed cygwin
I have installed CYGWIN Emulator Terminal on windows 7 in order to use GCC,
I have Cygwin installed on Windows XP and it comes with git v1.7.3.3. I
I have Cygwin installed, I want to execute something like this on the command
I have latest cygwin with g++ 4.5 installed, under windows xp. The compiler was
I'm trying to run genhtml using perl.exe from Cygwin in Windows. I have installed
I'm running Windows 7 with cygwin installed and trying to have a play around
I have installed cygwin. But when I try to compile a c++ file it
I'm running on Windows 7 and have node installed fine with cygwin. I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.