{"id":16507768,"url":"https://github.com/noahgift/ssh-tips-tricks","last_synced_at":"2026-03-06T11:02:45.959Z","repository":{"id":45320089,"uuid":"428026052","full_name":"noahgift/ssh-tips-tricks","owner":"noahgift","description":"SSH Tips and Tricks","archived":false,"fork":false,"pushed_at":"2021-12-23T23:46:15.000Z","size":10,"stargazers_count":5,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-02T02:46:41.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noahgift.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-14T19:51:00.000Z","updated_at":"2024-07-24T21:41:17.000Z","dependencies_parsed_at":"2022-09-01T20:21:26.390Z","dependency_job_id":null,"html_url":"https://github.com/noahgift/ssh-tips-tricks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noahgift/ssh-tips-tricks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgift%2Fssh-tips-tricks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgift%2Fssh-tips-tricks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgift%2Fssh-tips-tricks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgift%2Fssh-tips-tricks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noahgift","download_url":"https://codeload.github.com/noahgift/ssh-tips-tricks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgift%2Fssh-tips-tricks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30173351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T15:30:26.834Z","updated_at":"2026-03-06T11:02:45.937Z","avatar_url":"https://github.com/noahgift.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssh-tips-tricks\nSSH Tips and Tricks\n\n![STOOIBOXY](https://user-images.githubusercontent.com/58792/141698988-76cb5889-a766-4a03-bc25-0fd02a097e23.png)\n\n## Create SSH Keys\n\n* Step 1: \n\n```\nssh-keygen -t rsa\n```\n\n\n* Step 2:\n\n`cat /home/ec2-user/.ssh/id_rsa.pub`\n\n* Step 3:\n\nCopy to Github\n\n* Step 4:\n\nClone repo\n\n## SSH into Cloud9\n\n1.  Open port 22 to 0.0.0.0 inside EC2 security groups\n2.  Paste local `id_rsa.pub`\n3.  `ssh -v ec2-user@\u003cipaddress\u003e`\n\n### Port forwarding remote server\n\n1.  Create connection\n```\nssh -N -L 8000:127.0.0.1:8000 ec2-user@\u003cipaddress\u003e\n```\n2.  Launch a remote server:  `python3 -m http.server`\n3.  open web browser on your laptop or workstation or dev environment\n\n## References\n\n* [Setup SSH Keys Github Docs](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahgift%2Fssh-tips-tricks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoahgift%2Fssh-tips-tricks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahgift%2Fssh-tips-tricks/lists"}