qssh 0.0.2-alpha

Experimental quantum-safe SSH using post-quantum crypto. Research project - NOT for production. See LIMITATIONS.md
Documentation
# Rust
/target
**/*.rs.bk
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Keys and certificates
*.key
*.pem
*.pub
id_qssh*
!*.pub.example

# Logs
*.log

# Config files with secrets
config.toml
!example-config.toml

# Test artifacts
test_*.sh
temp_*

# Build artifacts
*.so
*.dylib
*.dll