`

Generating and Adding SSH keys on Windows

阅读更多
To authenticate with Beanstalk for Git and Mercurial, you will need to generate an SSH key pair. This process only requires a few steps, but you first need to install msysgit (use the full installer) which will install OpenSSH connection tools and Git.

Generating a key pair

To do this you need to run Git Bash, which can be found in the start menu. Once opened, run the command:
$ ssh-keygen -t rsa

It will ask for location and pass phrase. Accept the default location (usually C:\Documents and Settings\username\.ssh\ or C:\Users\username\.ssh) by pressing enter. After that, make sure to set a strong pass phrase for the key.


Now that the keys are generated, open the file id_rsa.pub with a text editor. The contents of this file is the public key, copy it to your clipboard.

Adding your public key to Beanstalk

Once your key pair is generated, you can add it to Beanstalk. Login to Beanstalk and click on Profile & Settings > Keys. Once there, you will see a button to add your public key. Click the Add Public Key button, and paste the public key into the SSH Key box, click Add Key and your done.


and that in eclipse you can do this:
1、go to: Window->Preferences->General->Network Connections->SSH2

After this you can try to import one of your Git repositories from Beanstalk. Select import project, and then import project from Git.



After this you will see a button to clone an existing repository, after clicking the clone button, you will need to fill the information about your Beanstalk repository. Here is an example of one of Beanstalk's repository imports:


After clicking "Next" button, Eclipse should connect to Beanstalk, and you should be able to select a branch to connect to. After selecting a branch, Eclipse will ask you where to store your git repository and you should be able to finish setting up the import of your git repository.



I hope this can help who want to resolve the ssh... proboles!
  • 大小: 28 KB
  • 大小: 30.5 KB
  • 大小: 44.5 KB
  • 大小: 44.6 KB
分享到:
评论

相关推荐

    Planar Metasurface for Vortex Beam Generating and Converging

    single-layer transmission-type metasurfaces are proposed to generate a converged vortex beam and vortex beams with different topological charges. A new metasurface design is used to generate the ...

    SSH 无法启动的原因分析及解决方法1

    Secure Shell (SSH) 是一种广泛使用的网络协议,用于在不安全的网络环境中提供安全的远程登录和其他网络服务。SSH 通过加密技术确保了传输数据的隐私性和完整性,防止了中间人攻击、DNS 欺骗以及 IP 欺骗等网络安全...

    Generating Random Networks and Graphs

    Generating Random Networks and Graphs By 作者: Ton Coolen – Alessia Annibale – Ekaterina Roberts ISBN-10 书号: 0198709897 ISBN-13 书号: 9780198709893 Edition 版本: 1 出版日期: 2017-05-23 pages 页数...

    Modelling and Generating Ajax Applications A Model-Driven Approach

    ### Modelling and Generating AJAX Applications: A Model-Driven Approach #### Introduction AJAX (Asynchronous JavaScript and XML) represents a significant shift in the way interactive web applications...

    A Framework for Generating High Throughput CNN Implementations on FPGAs.pdf

    文档提出了新颖的Concatenate-and-Pad (CaP) 技术,通过减少对填充像素的无效计算,从而在OaA的基础上显著提升性能。 3. 频域循环切片技术:为了进一步提高数据复用率,进而提升吞吐量,该框架还开发了新型的频域...

    Solaris SSH配置和原理

    将公钥上传到远程服务器的`~/.ssh2/authorized_keys`文件中。 ##### 2. 使用SSH进行连接 连接远程服务器时,无需输入密码,而是通过密钥对进行身份验证。 ```bash local# ssh remote.pku.edu.cn Passphrase for ...

    MFC+Windows程序设计

    Even veteran Windows programmers frequently find MFC code confusing the first time they see it, in part because of the presence of code created by the MFC code-generating wizards in Visual C++ and in ...

    两台linux机器之间ssh不需要密码详解

    - **权限管理**:确保`.ssh`目录及`authorized_keys`文件的权限设置正确,避免非授权用户访问。 - **定期审核**:定期检查`authorized_keys`文件中的公钥列表,移除不再使用的公钥,确保系统的安全性。 #### 结论 ...

    Generating PWM and PFM by Using FlexIO_通过IO口和定时器生成任意个数的PWM_

    PWM(Pulse Width Modulation)和PFM(Frequency Modulation)是两种常见的模拟信号生成技术,在数字电子系统中广泛用于电机控制、LED亮度调节、音频信号处理等领域。本教程将详细讲解如何使用FlexIO(Flexible ...

    Surfer100 Generating Surveys From Web Resources on Wikipedia-sty

    Surfer100是一项研究项目,专注于利用Web资源,尤其是维基百科风格的内容,自动生成调查问卷。这个项目由耶鲁大学计算机科学系的研究人员发起,旨在解决快速发展的领域如人工智能(AI)与百科全书类资源更新速度不...

    AVLock.Gold.2002

    What is AVLock Gold? AVLock Gold is a Delphi component which allow you to convert any application into a time limited trial in a very ease ... Utilities for generating and manipulating registration keys.

    Herbert S. Wilf - Generating Functions.pdf

    Whether it's simplifying difference equations or leveraging complex analysis for insightful approximations, generating functions offer a unique and valuable perspective on the intersection of ...

    OpenGL_on_a_Windows_Form_opengl三维_DEMO_vc++_

    opengl 三维绘图演示程序。在visual c++ 2010 以上版本测试通过。... C:\2020\demo\OpenGL_on_a_Windows_Form\Debug\OpenGL_on_a_Windows_Form.exe========== Rebuild All: 1 succeeded 0 failed 0 skipped ==========

    Deep Visual-Semantic Alignments for Generating Image Descriptions

    We present a model that generates natural language descriptions of images and their regions. Our approach leverages datasets of images and their ...and on a new dataset of region-level annotations.

    PERFORMANCE PROTOTYPING - GENERATING AND SIMULATING A DISTRIBUTED IT-SYSTEM FROM UML MODELS

    ### 性能原型设计——从UML模型生成与模拟分布式IT系统 #### 概述 在信息技术领域,特别是在软件性能工程(SPE)方面,“性能原型设计”是一种重要的方法论和技术,它允许工程师们在项目的早期阶段就评估系统的...

    Generating Artifacts问题解决.doc

    ### Generating Artifacts问题解决知识点详解 #### 一、问题背景及概述 在使用MyEclipse进行Web开发过程中,特别是利用Hibernate框架进行数据库反向工程(Hibernate Reverse Engineering)时,可能会遇到名为...

    Handbook of Research on Soft Computing and Nature-Inspired Algorithms

    The Handbook of Research on Soft Computing and Nature-Inspired Algorithms is an essential source for the latest scholarly research on applications of nature-inspired computing and soft computational ...

Global site tag (gtag.js) - Google Analytics