SSH Config Editor icon

SSH Config Editor 2.6.11,112

Tool for managing the OpenSSH ssh client configuration file

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ssh-config-editor # SSH Config Editor
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ssh-config-editor # SSH Config Editor
  ];
}

Package Definition

{
  "pname": "ssh-config-editor",
  "version": "2.6.11,112",
  "src": {
    "url": "https://hejki.org/download/ssheditor/SSHConfigEditor-112.dmg",
    "sha256": "cf73dcea2b6b52185ef4438f3b0911d96b11cc03896a0d60524e18d481932fd7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SSH Config Editor.app\" && cp -r \"SSH Config Editor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool for managing the OpenSSH ssh client configuration file",
    "homepage": "https://www.hejki.org/ssheditor/"
  }
}