{"id":27104231,"url":"https://github.com/ichikawayukko/sshdiff","last_synced_at":"2025-10-08T00:41:41.775Z","repository":{"id":138764196,"uuid":"263300191","full_name":"IchikawaYukko/sshdiff","owner":"IchikawaYukko","description":"Show diffs of remote command result. ssh コマンド実行結果の差分を表示。","archived":false,"fork":false,"pushed_at":"2020-05-25T09:18:11.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-11T10:16:32.653Z","etag":null,"topics":["diff","go","golang","migration-tool","remote-execution","remote-shell","ssh"],"latest_commit_sha":null,"homepage":"","language":"Go","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/IchikawaYukko.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-12T10:05:08.000Z","updated_at":"2024-06-19T06:27:29.912Z","dependencies_parsed_at":"2024-06-19T06:27:29.265Z","dependency_job_id":"c9dc168f-7547-444a-8fa7-4effa1a6c46b","html_url":"https://github.com/IchikawaYukko/sshdiff","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IchikawaYukko%2Fsshdiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IchikawaYukko%2Fsshdiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IchikawaYukko%2Fsshdiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IchikawaYukko%2Fsshdiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IchikawaYukko","download_url":"https://codeload.github.com/IchikawaYukko/sshdiff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247522189,"owners_count":20952499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["diff","go","golang","migration-tool","remote-execution","remote-shell","ssh"],"created_at":"2025-04-06T17:31:23.571Z","updated_at":"2025-10-08T00:41:41.668Z","avatar_url":"https://github.com/IchikawaYukko.png","language":"Go","readme":"# sshdiff\r\n\r\n[日本語](READMEja.md)\r\n\r\nShow differece of remote command output.\r\n\r\nMay be useful for server migration.\r\n\r\n# Install\r\n1. Download release executable\r\n1. Place executable on /usr/local/bin or somewhere\r\n1. Set permission to `rwxr-xr-x` (755)\r\n\r\n# Usage\r\n## Simple usage\r\n```\r\n$ sshdiff server1 server2 ls\r\n```\r\n\r\nrun `ls` in server1 and server2 by ssh, then show difference of `ls` output.\r\n\r\n## Specify ssh username\r\n```\r\n$ sshdiff yuriko@server1 yuriko@server2 ls\r\n```\r\n\r\n## Multiple command args\r\n```\r\n$ sshdiff yuriko@server1 yuriko@server2 'rpm -ql|sort'\r\n````\r\n\r\nIf command has args, must quote it.\r\n\r\nIf ports(22) or keys(id_rsa, id_ecdsa, etc..) are different from default, please specify on your ~/.ssh/config like below\r\n\r\n```\r\nHost server1\r\nHostName server1.example.com\r\nPort 8022\r\nIdentityFile ~/.ssh/id_ecdsa_server1\r\n\r\nHost server2\r\nHostName server2.example.com\r\nPort 1022\r\nIdentityFile ~/.ssh/id_ecdsa_server2\r\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fichikawayukko%2Fsshdiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fichikawayukko%2Fsshdiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fichikawayukko%2Fsshdiff/lists"}