# sshuri **Repository Path**: mirrors_kr/sshuri ## Basic Information - **Project Name**: sshuri - **Description**: Parse standardized SSH URIs and run ssh - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sshuri is a small wrapper for the ssh command. It parses SSH URIs as defined in https://datatracker.ietf.org/doc/draft-salowey-secsh-uri/ and invokes ssh with appropriate flags. Examples: sshuri ssh://user@host.example.com sshuri ssh://user@host.example.com:2222 Todo: sshuri ssh://user;fingerprint=ssh-dss-c1-b1-30-29-d7-b8-de-6c-97-77-10-d7-46-41-63-87@host.example.com