awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesSSH Encryption

End-to-end encryption layers for SSH traffic.

Distinguishing note: Focuses on the encryption layer for SSH.

Explore 4 awesome GitHub repositories matching security & cryptography · SSH Encryption. Refine with filters or upvote what's useful.

Awesome SSH Encryption GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tailscale/tailscaleAvatar tailscale

    tailscale/tailscale

    32,596Vezi pe GitHub↗

    Tailscale is a zero-trust networking overlay that connects distributed devices and services into a private, encrypted mesh network. By utilizing a high-performance, user-space implementation of the WireGuard protocol, it establishes secure peer-to-peer tunnels across diverse network topologies without requiring complex firewall configuration. The platform operates on a centralized control plane that manages global network state, authentication, and policy distribution, ensuring that connectivity is governed by identity rather than traditional IP-based rules. What distinguishes Tailscale is it

    Encrypts SSH traffic end-to-end using the underlying network protocol.

    Go2faoauthsso
    Vezi pe GitHub↗32,596
  • libfuse/sshfsAvatar libfuse

    libfuse/sshfs

    7,507Vezi pe GitHub↗

    SSHFS is a network filesystem client that maps remote server directories to local mount points. It functions as a userspace implementation of a filesystem, allowing users to access and manage remote files as if they were on a local disk using the SFTP protocol over SSH. The tool distinguishes itself by offering multiple transport options, including encrypted SSH tunnels for security and direct TCP socket connections to bypass encryption for higher throughput. It also supports connectivity via virtual sockets to access directories hosted inside virtual machines. The system includes capabiliti

    Enables connecting directly to SFTP servers by bypassing SSH encryption in trusted networks to improve speed.

    C
    Vezi pe GitHub↗7,507
  • bcpierce00/unisonAvatar bcpierce00

    bcpierce00/unison

    5,109Vezi pe GitHub↗

    Unison is a bidirectional file synchronization tool that keeps two copies of a directory identical by automatically propagating changes in both directions. It operates over an encrypted SSH transport layer, allowing secure synchronization between different hosts and operating systems without a central server. The tool uses a bidirectional reconciliation engine to compare replicas and compute a minimal set of actions for agreement, handling both automatic merging of non-conflicting changes and clear reporting of conflicts that require manual resolution. Unison optimizes transfers by sending on

    Communicates between hosts over an encrypted SSH channel using a custom protocol.

    OCaml
    Vezi pe GitHub↗5,109
  • winscp/winscpAvatar winscp

    winscp/winscp

    3,675Vezi pe GitHub↗

    WinSCP is a remote file manager and SFTP and FTP client that provides a graphical interface for browsing, editing, and organizing files on remote servers and cloud storage. It serves as a multi-protocol tool supporting SFTP, FTP, FTPS, SCP, S3, and WebDAV, and functions as an S3 object storage browser for managing files and buckets. The application distinguishes itself through its automation capabilities, allowing for scripted file transfers and remote command execution via a command-line interface or a .NET assembly. It also features directory synchronization to match local and remote folder

    Allows selection of specific SSH encryption algorithms to balance security and performance.

    Cftpftp-clientftps
    Vezi pe GitHub↗3,675
  1. Home
  2. Security & Cryptography
  3. SSH Encryption

Explorează sub-etichetele

  • Encryption BypassesConfigurations that allow disabling or circumventing encryption for specific trusted network environments. **Distinct from SSH Encryption:** Focuses on disabling the encryption layer specifically for SFTP throughput, unlike general SSH encryption