Skip to content

A .NET library for managing SSH server configurations remotely through C#. Simplifies the programmatic management of sshd_config, authorized_keys, and other SSH-related configuration files on remote servers.

License

Notifications You must be signed in to change notification settings

PabloStarOk/sshd-config-dotnet

Repository files navigation

SshdConfig.NET

A .NET library to manage OpenSSH configuration files of a remote server. /etc/ssh/sshd_config, /etc/ssh/ssh_config, .ssh/authorized_key, ...

Uses SSH.NET library to connect to the remote server using SftpServer and scan common paths and directories to find, read, and synchronize the configuration files.

Important

Library is still in development.

Key Features

  • None.

Configuration Files to Support

  • sshd_config
  • ssh_config
  • authorized_keys
  • Configuration files from custom paths.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A .NET library for managing SSH server configurations remotely through C#. Simplifies the programmatic management of sshd_config, authorized_keys, and other SSH-related configuration files on remote servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published