Docs.rs
  • ssh-link-0.1.0
    • ssh-link 0.1.0
    • Permalink
    • Docs.rs crate page
    • MulanPSL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • YukiCoco
    • Dependencies
      • anyhow ^1.0.86 normal
      • async-trait ^0.1.81 normal
      • backtrace ^0.3.73 normal
      • clap ^4.5.7 normal
      • crossterm ^0.28 normal
      • dirs ^5.0.1 normal
      • hex ^0.4.3 normal
      • hmac ^0.12.1 normal
      • openssl ^0.10.66 normal
      • rand ^0.8.5 normal
      • ratatui ^0.28 normal
      • rpassword ^7.3.1 normal
      • russh ^0.45.0 normal
      • russh-keys ^0.45.0 normal
      • rust-argon2 ^2.1.0 normal
      • serde ^1.0 normal
      • sha2 ^0.10.8 normal
      • tempfile ^3.12.0 normal
      • tokio ^1.36.0 normal
      • tokio-fd ^0.3.0 normal
      • toml ^0.8.16 normal
      • uuid ^1.0 normal
      • zeroize ^1.8.1 normal
    • Versions
    • 20.45% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ssh_utils_lib0.1.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Statics
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • app::App
  • app::PopupInfo
  • config::app_config::Config
  • config::app_config::Server
  • config::app_vault::Server
  • config::app_vault::Vault
  • ssh::common::SshChannel
  • ssh::key_session::Client
  • ssh::key_session::KeySession
  • ssh::password_session::Client
  • ssh::password_session::PasswordSession
  • widgets::popup_input_box::PopupInputBox
  • widgets::server_creator::ServerCreator

Enums

  • app::PopupType
  • ssh::ssh_session::AuthMethod

Traits

  • ssh::ssh_session::SshSession

Macros

  • debug_log

Functions

  • config::app_config::ensure_config_exists
  • config::app_config::read_config
  • config::app_vault::check_if_vault_bin_exists
  • config::app_vault::decrypt_password
  • config::app_vault::decrypt_vault
  • config::app_vault::encrypt_password
  • config::app_vault::encrypt_vault
  • config::crypto::aes_decrypt
  • config::crypto::aes_encrypt
  • config::crypto::derive_key_from_password
  • config::crypto::derive_sha256_digest
  • config::crypto::generate_iv
  • helper::centered_rect
  • helper::convert_to_array
  • helper::get_file_path
  • ssh::common::default_ssh_config

Type Aliases

  • config::app_vault::EncryptionKey

Statics

  • helper::CONFIG_FILE
  • helper::ENCRYPTED_FILE