{"id":31853487,"url":"https://github.com/programie/sshcheck","last_synced_at":"2026-07-15T14:01:53.771Z","repository":{"id":24102471,"uuid":"27490118","full_name":"Programie/SSHCheck","owner":"Programie","description":"Check whether you are reaching a list of SSH servers","archived":false,"fork":false,"pushed_at":"2023-10-18T14:18:32.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-06T10:15:23.232Z","etag":null,"topics":["ssh"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Programie.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":"2014-12-03T14:11:01.000Z","updated_at":"2023-10-18T14:16:45.000Z","dependencies_parsed_at":"2022-09-17T03:12:11.641Z","dependency_job_id":null,"html_url":"https://github.com/Programie/SSHCheck","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Programie/SSHCheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSSHCheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSSHCheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSSHCheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSSHCheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Programie","download_url":"https://codeload.github.com/Programie/SSHCheck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programie%2FSSHCheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35507793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ssh"],"created_at":"2025-10-12T13:29:13.449Z","updated_at":"2026-07-15T14:01:53.765Z","avatar_url":"https://github.com/Programie.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSHCheck\n\nCheck whether you are reaching a list of SSH servers.\n\n[![Build Status](https://travis-ci.org/Programie/SSHCheck.svg)](https://travis-ci.org/Programie/SSHCheck)\n\n## Building\n\nYou have to use Maven to build the application.\n\nSimply execute the following command in the root folder of your checkout:\n\n```\nmvn clean package\n```\n\n## Usage\n\nCall the jar file from the command line.\n\n```\njava -jar sshcheck.jar --help\n```\n\nThis will print all available command line options.\n\n```\njava -jar sshcheck.jar --serverlist /path/to/servers.json\n```\n\nThis will Start to check all servers configured in the given server list file (/path/to/servers.json).\n\nIf no server list file is specified, the servers.json from the path of the jar file will be used.\n\n## Server file structure\n\nA server list can be in various formats. Currently only JSON and plain text files are supported.\n\n### JSON\n\n```\n{\n    \"global\" :\n    {\n        \"username\" : \"fallback username\"\n    },\n    \"servers\" :\n    [\n        {\n            \"hostname\" : \"server1.example.com\",\n            \"username\" : \"root\"\n        },\n        {\n            \"hostname\" : \"another-server.example.com\",\n            \"username\" : \"me\"\n        },\n        {\n            \"hostname\" : \"some-server.example.com\"\n        }\n    ]\n}\n```\n\nThe username is retrieved in the following way:\n\n   * \"username\" property from the server map\n   * \"username\" command line option\n   * \"username\" property from the global map\n   * \"user.name\" system property providing the system's local username\n\n### Plain text\n\n```\nroot@server1.example.com\nme@another-server.example.com\nsome-server.example.com\n```\n\nThe username is retrieved in the following way:\n\n   * The username before the \"@\" sign\n   * \"username\" command line option\n   * \"user.name\" system property providing the system's local username","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramie%2Fsshcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramie%2Fsshcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramie%2Fsshcheck/lists"}