Skip to content
View faizikhan07's full-sized avatar
🎯
Focusing
🎯
Focusing
  • BOEING INDIA PVT. LTD.
  • BANGALORE
  • 06:34 (UTC +05:30)

Block or report faizikhan07

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
faizikhan07/README.md
  • 👋 Hi, I’m Faizan Khan
  • 👀 I’m interested in Full-Stack Development
  • 🌱 I’m currently learning Python, JavaScript, React JS, Angular JS, GIT & GITHUB
  • 💞️ I’m looking to collaborate on Software Development
  • 📫 How to reach me ... Official Mail Id: faizankhancse1@gmail.com

GITHUB SSH KEY CONFIGURATION STEPS FOR WINDOWS USERS

GENERATING A NEW PUBLIC/PRIVATE SSH KEY

  1. Generating a new SSH key

$ ssh-keygen -t ed25519 -C "your_email@example.com"
NOTE: If Above command or ed25519 doesn't work, use this below:
$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
Generating public/private ALGORITHM key pair under the default location: /c/Users/YOU/.ssh/id_ALGORITHM

  1. Start the ssh-agent in the background

$ eval "$(ssh-agent -s)"
Agent pid 59566

  1. Add your SSH private key to the ssh-agent.

$ ssh-add ~/.ssh/private_key_name

ADDING A NEW SSH KEY TO YOUR ACCOUNT

  1. Copy the SSH public key to your clipboard

$ clip < ~/.ssh/public_sshkey_name.pub
TIP: If clip isn't working, you can locate the hidden .ssh folder, open the file in your favourite text editor, and copy it your clipboard.

  1. go to settings in github > ssh keys > add key > paste copied content
  2. Clone a repository and known_hosts file will be generated.

Popular repositories Loading

  1. faizikhan07 faizikhan07 Public

    Config files for my GitHub profile.

  2. Coding-Questions-JAVA- Coding-Questions-JAVA- Public

    GFG Topic-wise Coding Interview Questions

    Java

  3. GitTutorialDemo GitTutorialDemo Public

    This is a repository for explaining Git

  4. Ngular Ngular Public

    Modern Angular Certification from Udemy

    TypeScript

  5. Angular Angular Public

    Basics of Angular

    TypeScript

  6. resources resources Public

    Forked from CodeChefVIT/resources

    This repo is a one stop destination to find resources for learning various domains. You can find the roadmap for any domain here.