ssh-file-hash

Compute MD5, SHA1, SHA256, or SHA512 hashes of remote files over SSH.

6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-file-hash
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-file-hash
Source: https://github.com/Nightreaver/python-ssh-mcp/tree/main/skills/ssh-file-hash
Command: npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-file-hash

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill computes cryptographic hashes of remote files, enabling users to verify the integrity of files after transfer or deployment.

Core Features & Use Cases

  • Integrity Verification: Computes MD5, SHA1, SHA256, or SHA512 hashes of remote files to ensure they have not been tampered with.
  • Use Case: After uploading a file to a remote server, use this Skill to compute its hash and compare it with the local hash to ensure the file's integrity.

Quick Start

Compute the SHA256 hash of the remote file '/opt/app/config.json' on the host 'web01.example.com'.

Frequently Asked Questions about ssh-file-hash

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify remote file integrity after an SSH file transfer?

To verify remote file integrity after an SSH file transfer, compute a cryptographic hash of the remote file and compare it against your local file's hash to ensure they match perfectly.

Can I compute SHA256 hashes of remote files over SSH?

Yes, you can compute SHA256 hashes of remote files over SSH. This functionality supports MD5, SHA1, SHA256, and SHA512 algorithms for verifying remote file integrity during deployments.

Do I need SSH access to check cryptographic hashes of remote files?

Yes, you need SSH access to the target host to check cryptographic hashes of remote files. The process applies to SSH-based file transfer operations and requires specifying the hash algorithm.

What is the best way to ensure file integrity during remote deployments?

The best way to ensure file integrity during remote deployments is to compute cryptographic hashes of deployed files using SSH access, confirming that transferred files remain unaltered.

Which hash algorithms can I use for remote file integrity verification?

You can use MD5, SHA1, SHA256, or SHA512 hash algorithms for remote file integrity verification, allowing flexible cryptographic checks based on your specific security requirements.