@fredlackey/devutils 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
  3. package/src/commands/install.js +374 -36
  4. package/src/installs/adobe-creative-cloud.js +527 -25
  5. package/src/installs/adobe-creative-cloud.md +605 -0
  6. package/src/installs/appcleaner.js +303 -26
  7. package/src/installs/appcleaner.md +699 -0
  8. package/src/installs/apt-transport-https.js +390 -0
  9. package/src/installs/apt-transport-https.md +678 -0
  10. package/src/installs/atomicparsley.js +624 -26
  11. package/src/installs/atomicparsley.md +795 -0
  12. package/src/installs/aws-cli.js +779 -26
  13. package/src/installs/aws-cli.md +727 -0
  14. package/src/installs/balena-etcher.js +688 -26
  15. package/src/installs/balena-etcher.md +761 -0
  16. package/src/installs/bambu-studio.js +912 -26
  17. package/src/installs/bambu-studio.md +780 -0
  18. package/src/installs/bash-completion.js +554 -23
  19. package/src/installs/bash-completion.md +833 -0
  20. package/src/installs/bash.js +399 -26
  21. package/src/installs/bash.md +993 -0
  22. package/src/installs/beyond-compare.js +585 -26
  23. package/src/installs/beyond-compare.md +813 -0
  24. package/src/installs/build-essential.js +511 -26
  25. package/src/installs/build-essential.md +977 -0
  26. package/src/installs/ca-certificates.js +618 -0
  27. package/src/installs/ca-certificates.md +937 -0
  28. package/src/installs/caffeine.js +490 -26
  29. package/src/installs/caffeine.md +839 -0
  30. package/src/installs/camtasia.js +577 -25
  31. package/src/installs/camtasia.md +762 -0
  32. package/src/installs/chatgpt.js +458 -26
  33. package/src/installs/chatgpt.md +814 -0
  34. package/src/installs/chocolatey.js +447 -0
  35. package/src/installs/chocolatey.md +661 -0
  36. package/src/installs/chrome-canary.js +472 -26
  37. package/src/installs/chrome-canary.md +641 -0
  38. package/src/installs/chromium.js +645 -26
  39. package/src/installs/chromium.md +838 -0
  40. package/src/installs/claude-code.js +558 -26
  41. package/src/installs/claude-code.md +1173 -0
  42. package/src/installs/curl.js +361 -26
  43. package/src/installs/curl.md +714 -0
  44. package/src/installs/cursor.js +561 -26
  45. package/src/installs/cursor.md +970 -0
  46. package/src/installs/dbschema.js +674 -26
  47. package/src/installs/dbschema.md +925 -0
  48. package/src/installs/dependencies.md +435 -0
  49. package/src/installs/development-tools.js +600 -0
  50. package/src/installs/development-tools.md +977 -0
  51. package/src/installs/docker.js +1010 -25
  52. package/src/installs/docker.md +1109 -0
  53. package/src/installs/drawio.js +1001 -26
  54. package/src/installs/drawio.md +795 -0
  55. package/src/installs/elmedia-player.js +328 -25
  56. package/src/installs/elmedia-player.md +556 -0
  57. package/src/installs/ffmpeg.js +870 -25
  58. package/src/installs/ffmpeg.md +852 -0
  59. package/src/installs/file.js +464 -0
  60. package/src/installs/file.md +987 -0
  61. package/src/installs/gemini-cli.js +793 -26
  62. package/src/installs/gemini-cli.md +1153 -0
  63. package/src/installs/git.js +382 -26
  64. package/src/installs/git.md +907 -0
  65. package/src/installs/gitego.js +931 -26
  66. package/src/installs/gitego.md +1172 -0
  67. package/src/installs/go.js +913 -26
  68. package/src/installs/go.md +958 -0
  69. package/src/installs/google-chrome.js +801 -25
  70. package/src/installs/google-chrome.md +862 -0
  71. package/src/installs/gpg.js +412 -73
  72. package/src/installs/gpg.md +1056 -0
  73. package/src/installs/homebrew.js +1015 -26
  74. package/src/installs/homebrew.md +988 -0
  75. package/src/installs/imageoptim.js +950 -26
  76. package/src/installs/imageoptim.md +1119 -0
  77. package/src/installs/installers.json +2297 -0
  78. package/src/installs/jq.js +382 -26
  79. package/src/installs/jq.md +809 -0
  80. package/src/installs/keyboard-maestro.js +701 -26
  81. package/src/installs/keyboard-maestro.md +825 -0
  82. package/src/installs/latex.js +771 -26
  83. package/src/installs/latex.md +1095 -0
  84. package/src/installs/lftp.js +338 -26
  85. package/src/installs/lftp.md +907 -0
  86. package/src/installs/lsb-release.js +346 -0
  87. package/src/installs/lsb-release.md +814 -0
  88. package/src/installs/messenger.js +829 -26
  89. package/src/installs/messenger.md +900 -0
  90. package/src/installs/microsoft-office.js +550 -26
  91. package/src/installs/microsoft-office.md +760 -0
  92. package/src/installs/microsoft-teams.js +782 -25
  93. package/src/installs/microsoft-teams.md +886 -0
  94. package/src/installs/node.js +886 -26
  95. package/src/installs/node.md +1153 -0
  96. package/src/installs/nordpass.js +698 -26
  97. package/src/installs/nordpass.md +921 -0
  98. package/src/installs/nvm.js +977 -26
  99. package/src/installs/nvm.md +1057 -0
  100. package/src/installs/openssh.js +734 -64
  101. package/src/installs/openssh.md +1056 -0
  102. package/src/installs/pandoc.js +644 -26
  103. package/src/installs/pandoc.md +1036 -0
  104. package/src/installs/pinentry.js +492 -26
  105. package/src/installs/pinentry.md +1142 -0
  106. package/src/installs/pngyu.js +851 -26
  107. package/src/installs/pngyu.md +896 -0
  108. package/src/installs/postman.js +781 -26
  109. package/src/installs/postman.md +940 -0
  110. package/src/installs/procps.js +425 -0
  111. package/src/installs/procps.md +851 -0
  112. package/src/installs/safari-tech-preview.js +355 -25
  113. package/src/installs/safari-tech-preview.md +533 -0
  114. package/src/installs/sfnt2woff.js +640 -26
  115. package/src/installs/sfnt2woff.md +795 -0
  116. package/src/installs/shellcheck.js +463 -26
  117. package/src/installs/shellcheck.md +1005 -0
  118. package/src/installs/slack.js +722 -25
  119. package/src/installs/slack.md +865 -0
  120. package/src/installs/snagit.js +566 -25
  121. package/src/installs/snagit.md +844 -0
  122. package/src/installs/software-properties-common.js +372 -0
  123. package/src/installs/software-properties-common.md +805 -0
  124. package/src/installs/spotify.js +858 -25
  125. package/src/installs/spotify.md +901 -0
  126. package/src/installs/studio-3t.js +803 -26
  127. package/src/installs/studio-3t.md +918 -0
  128. package/src/installs/sublime-text.js +780 -25
  129. package/src/installs/sublime-text.md +914 -0
  130. package/src/installs/superwhisper.js +687 -25
  131. package/src/installs/superwhisper.md +630 -0
  132. package/src/installs/tailscale.js +727 -26
  133. package/src/installs/tailscale.md +1100 -0
  134. package/src/installs/tar.js +389 -0
  135. package/src/installs/tar.md +946 -0
  136. package/src/installs/termius.js +780 -26
  137. package/src/installs/termius.md +844 -0
  138. package/src/installs/terraform.js +761 -26
  139. package/src/installs/terraform.md +899 -0
  140. package/src/installs/tidal.js +752 -25
  141. package/src/installs/tidal.md +864 -0
  142. package/src/installs/tmux.js +328 -26
  143. package/src/installs/tmux.md +1030 -0
  144. package/src/installs/tree.js +393 -26
  145. package/src/installs/tree.md +833 -0
  146. package/src/installs/unzip.js +460 -0
  147. package/src/installs/unzip.md +879 -0
  148. package/src/installs/vim.js +403 -26
  149. package/src/installs/vim.md +1040 -0
  150. package/src/installs/vlc.js +803 -26
  151. package/src/installs/vlc.md +927 -0
  152. package/src/installs/vscode.js +825 -26
  153. package/src/installs/vscode.md +1002 -0
  154. package/src/installs/wget.js +415 -0
  155. package/src/installs/wget.md +791 -0
  156. package/src/installs/whatsapp.js +710 -25
  157. package/src/installs/whatsapp.md +854 -0
  158. package/src/installs/winpty.js +352 -0
  159. package/src/installs/winpty.md +620 -0
  160. package/src/installs/woff2.js +535 -26
  161. package/src/installs/woff2.md +977 -0
  162. package/src/installs/wsl.js +572 -0
  163. package/src/installs/wsl.md +699 -0
  164. package/src/installs/xcode-clt.js +520 -0
  165. package/src/installs/xcode-clt.md +351 -0
  166. package/src/installs/xcode.js +542 -26
  167. package/src/installs/xcode.md +573 -0
  168. package/src/installs/yarn.js +806 -26
  169. package/src/installs/yarn.md +1074 -0
  170. package/src/installs/yq.js +636 -26
  171. package/src/installs/yq.md +944 -0
  172. package/src/installs/yt-dlp.js +683 -26
  173. package/src/installs/yt-dlp.md +946 -0
  174. package/src/installs/yum-utils.js +297 -0
  175. package/src/installs/yum-utils.md +648 -0
  176. package/src/installs/zoom.js +740 -25
  177. package/src/installs/zoom.md +884 -0
  178. package/src/scripts/README.md +567 -45
  179. package/src/scripts/STATUS.md +208 -0
  180. package/src/scripts/afk.js +395 -7
  181. package/src/scripts/backup-all.js +731 -9
  182. package/src/scripts/backup-source.js +711 -8
  183. package/src/scripts/brewd.js +373 -7
  184. package/src/scripts/brewi.js +505 -9
  185. package/src/scripts/brewr.js +512 -9
  186. package/src/scripts/brews.js +462 -9
  187. package/src/scripts/brewu.js +488 -7
  188. package/src/scripts/c.js +185 -7
  189. package/src/scripts/ccurl.js +325 -8
  190. package/src/scripts/certbot-crontab-init.js +488 -8
  191. package/src/scripts/certbot-init.js +641 -9
  192. package/src/scripts/ch.js +339 -7
  193. package/src/scripts/claude-danger.js +253 -8
  194. package/src/scripts/clean-dev.js +419 -8
  195. package/src/scripts/clear-dns-cache.js +525 -7
  196. package/src/scripts/clone.js +417 -7
  197. package/src/scripts/code-all.js +420 -7
  198. package/src/scripts/count-files.js +195 -8
  199. package/src/scripts/count-folders.js +195 -8
  200. package/src/scripts/count.js +248 -8
  201. package/src/scripts/d.js +203 -7
  202. package/src/scripts/datauri.js +373 -8
  203. package/src/scripts/delete-files.js +363 -7
  204. package/src/scripts/docker-clean.js +410 -8
  205. package/src/scripts/dp.js +426 -7
  206. package/src/scripts/e.js +375 -9
  207. package/src/scripts/empty-trash.js +497 -7
  208. package/src/scripts/evm.js +428 -9
  209. package/src/scripts/fetch-github-repos.js +441 -10
  210. package/src/scripts/get-channel.js +329 -8
  211. package/src/scripts/get-course.js +384 -11
  212. package/src/scripts/get-dependencies.js +290 -9
  213. package/src/scripts/get-folder.js +783 -10
  214. package/src/scripts/get-tunes.js +411 -10
  215. package/src/scripts/get-video.js +352 -9
  216. package/src/scripts/git-backup.js +561 -9
  217. package/src/scripts/git-clone.js +477 -9
  218. package/src/scripts/git-pup.js +303 -7
  219. package/src/scripts/git-push.js +380 -8
  220. package/src/scripts/h.js +607 -9
  221. package/src/scripts/hide-desktop-icons.js +483 -7
  222. package/src/scripts/hide-hidden-files.js +522 -7
  223. package/src/scripts/install-dependencies-from.js +440 -9
  224. package/src/scripts/ips.js +647 -10
  225. package/src/scripts/iso.js +354 -8
  226. package/src/scripts/killni.js +561 -7
  227. package/src/scripts/ll.js +451 -8
  228. package/src/scripts/local-ip.js +310 -8
  229. package/src/scripts/m.js +508 -8
  230. package/src/scripts/map.js +293 -8
  231. package/src/scripts/mkd.js +287 -7
  232. package/src/scripts/ncu-update-all.js +441 -8
  233. package/src/scripts/nginx-init.js +702 -12
  234. package/src/scripts/npmi.js +366 -7
  235. package/src/scripts/o.js +495 -8
  236. package/src/scripts/org-by-date.js +321 -7
  237. package/src/scripts/p.js +208 -7
  238. package/src/scripts/packages.js +313 -8
  239. package/src/scripts/path.js +209 -7
  240. package/src/scripts/ports.js +582 -8
  241. package/src/scripts/q.js +290 -8
  242. package/src/scripts/refresh-files.js +378 -10
  243. package/src/scripts/remove-smaller-files.js +500 -8
  244. package/src/scripts/rename-files-with-date.js +517 -9
  245. package/src/scripts/resize-image.js +523 -9
  246. package/src/scripts/rm-safe.js +653 -8
  247. package/src/scripts/s.js +525 -9
  248. package/src/scripts/set-git-public.js +349 -7
  249. package/src/scripts/show-desktop-icons.js +459 -7
  250. package/src/scripts/show-hidden-files.js +456 -7
  251. package/src/scripts/tpa.js +265 -8
  252. package/src/scripts/tpo.js +264 -7
  253. package/src/scripts/u.js +489 -7
  254. package/src/scripts/vpush.js +422 -8
  255. package/src/scripts/y.js +267 -7
  256. package/src/utils/common/os.js +94 -2
  257. package/src/utils/ubuntu/apt.js +13 -7
  258. package/src/utils/windows/choco.js +82 -26
  259. package/src/utils/windows/winget.js +89 -27
@@ -1,134 +1,804 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @fileoverview Install OpenSSH (provides ssh-keygen).
4
+ * @fileoverview Install OpenSSH - the premier suite of secure networking utilities.
5
+ *
6
+ * OpenSSH (Open Secure Shell) provides encrypted communication over unsecured
7
+ * networks, replacing insecure protocols like telnet, rlogin, and rsh. Originally
8
+ * developed by the OpenBSD project, it has become the standard for secure remote
9
+ * access and file transfer.
10
+ *
11
+ * OpenSSH includes:
12
+ * - ssh: The SSH client for connecting to remote servers
13
+ * - sshd: The SSH server daemon that accepts incoming connections
14
+ * - ssh-keygen: Tool for generating SSH key pairs
15
+ * - ssh-agent: Authentication agent for managing private keys
16
+ * - ssh-add: Adds private keys to the authentication agent
17
+ * - scp: Secure file copy utility
18
+ * - sftp: Secure file transfer program
19
+ * - ssh-copy-id: Tool for installing public keys on remote servers
20
+ *
21
+ * This installer provides:
22
+ * - SSH client on all platforms (always installed)
23
+ * - SSH server on Linux platforms (for accepting incoming connections)
24
+ * - Homebrew version on macOS (newer than system version with FIDO2 support)
25
+ * - Windows capability-based installation (built-in feature)
26
+ * - Git Bash bundled SSH verification
27
+ *
5
28
  * @module installs/openssh
6
29
  */
7
30
 
8
31
  const os = require('../utils/common/os');
9
32
  const shell = require('../utils/common/shell');
33
+ const brew = require('../utils/macos/brew');
34
+ const apt = require('../utils/ubuntu/apt');
35
+ const systemd = require('../utils/ubuntu/systemd');
10
36
 
11
37
  /**
12
- * Check if ssh-keygen is installed
13
- * @returns {boolean}
38
+ * The Homebrew formula name for OpenSSH on macOS.
39
+ * Installing via Homebrew provides a newer version than the system-bundled one,
40
+ * with additional features like FIDO2/U2F hardware key support.
14
41
  */
15
- function isInstalled() {
42
+ const HOMEBREW_FORMULA_NAME = 'openssh';
43
+
44
+ /**
45
+ * APT packages to install on Debian-based systems.
46
+ * - openssh-client: SSH client tools (ssh, ssh-keygen, ssh-agent, scp, sftp)
47
+ * - openssh-server: SSH server daemon (sshd) for accepting connections
48
+ */
49
+ const APT_PACKAGES = ['openssh-client', 'openssh-server'];
50
+
51
+ /**
52
+ * Package names for Amazon Linux/RHEL systems.
53
+ * Note: These systems use 'openssh-clients' (plural) for the client package.
54
+ */
55
+ const RHEL_PACKAGES = ['openssh-clients', 'openssh-server'];
56
+
57
+ /**
58
+ * Check if the SSH client (ssh command) is available on the system.
59
+ *
60
+ * This is a quick check to determine if OpenSSH is installed. The ssh command
61
+ * is the primary interface for connecting to remote servers.
62
+ *
63
+ * @returns {boolean} True if the ssh command is available, false otherwise
64
+ */
65
+ function isSshClientInstalled() {
66
+ return shell.commandExists('ssh');
67
+ }
68
+
69
+ /**
70
+ * Check if ssh-keygen is available on the system.
71
+ *
72
+ * ssh-keygen is used to generate SSH key pairs for authentication.
73
+ * Its presence indicates a functional OpenSSH client installation.
74
+ *
75
+ * @returns {boolean} True if ssh-keygen is available, false otherwise
76
+ */
77
+ function isSshKeygenInstalled() {
16
78
  return shell.commandExists('ssh-keygen');
17
79
  }
18
80
 
19
81
  /**
20
- * Install OpenSSH on macOS
21
- * @returns {Promise<boolean>}
82
+ * Get the installed SSH version by running 'ssh -V'.
83
+ *
84
+ * The version string helps identify whether the system or Homebrew version
85
+ * is being used, and whether an upgrade might be beneficial.
86
+ *
87
+ * @returns {Promise<string|null>} SSH version string, or null if not installed
88
+ */
89
+ async function getSshVersion() {
90
+ if (!isSshClientInstalled()) {
91
+ return null;
92
+ }
93
+
94
+ // ssh -V outputs to stderr, not stdout
95
+ const result = await shell.exec('ssh -V 2>&1');
96
+ if (result.code === 0 && result.stdout) {
97
+ // Output format: "OpenSSH_9.6p1, OpenSSL 3.2.1 30 Jan 2024"
98
+ const match = result.stdout.match(/OpenSSH[_\s]([\d.p]+)/);
99
+ return match ? match[1] : result.stdout.trim().split('\n')[0];
100
+ }
101
+ return null;
102
+ }
103
+
104
+ /**
105
+ * Install OpenSSH on macOS using Homebrew.
106
+ *
107
+ * macOS includes a pre-installed version of OpenSSH. However, Apple's bundled
108
+ * version may be older than the latest release. Homebrew provides a more recent
109
+ * version with additional features like FIDO2/U2F hardware key support.
110
+ *
111
+ * Prerequisites:
112
+ * - macOS 10.15 (Catalina) or later
113
+ * - Homebrew package manager installed
114
+ *
115
+ * After installation:
116
+ * - The Homebrew version is available at /opt/homebrew/bin/ssh (Apple Silicon)
117
+ * or /usr/local/bin/ssh (Intel Macs)
118
+ * - The system version remains at /usr/bin/ssh
119
+ * - Ensure Homebrew's bin directory is first in PATH to use the newer version
120
+ *
121
+ * @returns {Promise<void>}
22
122
  */
23
123
  async function install_macos() {
24
- // ssh-keygen is built-in on macOS, nothing to install
25
- console.log('ssh-keygen is built-in on macOS.');
26
- return true;
124
+ console.log('Checking OpenSSH installation status...');
125
+
126
+ // macOS always has a system SSH, but we can install a newer version via Homebrew
127
+ const existingVersion = await getSshVersion();
128
+ if (existingVersion) {
129
+ console.log(`OpenSSH ${existingVersion} is available on this system.`);
130
+ }
131
+
132
+ // Check if Homebrew is available for installing a newer version
133
+ if (!brew.isInstalled()) {
134
+ // If no Homebrew but system SSH exists, that's fine
135
+ if (isSshClientInstalled()) {
136
+ console.log('Using system-provided OpenSSH (Homebrew not available for upgrade).');
137
+ console.log('');
138
+ console.log('To install a newer version with FIDO2 support, first install Homebrew:');
139
+ console.log(' dev install homebrew');
140
+ return;
141
+ }
142
+
143
+ // This should never happen on macOS, but handle gracefully
144
+ console.log('Homebrew is not installed and no system SSH found.');
145
+ console.log('Please install Homebrew first: dev install homebrew');
146
+ return;
147
+ }
148
+
149
+ // Check if already installed via Homebrew
150
+ const isBrewInstalled = await brew.isFormulaInstalled(HOMEBREW_FORMULA_NAME);
151
+ if (isBrewInstalled) {
152
+ console.log('OpenSSH is already installed via Homebrew, skipping...');
153
+ console.log('');
154
+ console.log('To ensure you are using the Homebrew version, verify your PATH:');
155
+ console.log(' which ssh');
156
+ console.log('');
157
+ console.log('Expected output for Apple Silicon: /opt/homebrew/bin/ssh');
158
+ console.log('Expected output for Intel Macs: /usr/local/bin/ssh');
159
+ return;
160
+ }
161
+
162
+ // Install OpenSSH via Homebrew
163
+ console.log('Installing OpenSSH via Homebrew...');
164
+ console.log('This provides a newer version with FIDO2/U2F hardware key support.');
165
+ console.log('');
166
+
167
+ const result = await brew.install(HOMEBREW_FORMULA_NAME);
168
+
169
+ if (!result.success) {
170
+ console.log('Failed to install OpenSSH via Homebrew.');
171
+ console.log(result.output);
172
+ console.log('');
173
+ console.log('The system-provided OpenSSH is still available at /usr/bin/ssh');
174
+ return;
175
+ }
176
+
177
+ // Verify installation
178
+ const verified = await brew.isFormulaInstalled(HOMEBREW_FORMULA_NAME);
179
+ if (!verified) {
180
+ console.log('Installation may have failed: OpenSSH formula not found after install.');
181
+ console.log('The system-provided OpenSSH is still available at /usr/bin/ssh');
182
+ return;
183
+ }
184
+
185
+ console.log('OpenSSH installed successfully via Homebrew.');
186
+ console.log('');
187
+ console.log('IMPORTANT: To use the Homebrew version, ensure it is first in your PATH.');
188
+ console.log('');
189
+ console.log('For Apple Silicon Macs, add to ~/.zshrc:');
190
+ console.log(' export PATH="/opt/homebrew/bin:$PATH"');
191
+ console.log('');
192
+ console.log('For Intel Macs, add to ~/.zshrc:');
193
+ console.log(' export PATH="/usr/local/bin:$PATH"');
194
+ console.log('');
195
+ console.log('Verify with: which ssh');
27
196
  }
28
197
 
29
198
  /**
30
- * Install OpenSSH on Ubuntu/Debian
31
- * @returns {Promise<boolean>}
199
+ * Install OpenSSH on Ubuntu/Debian using APT.
200
+ *
201
+ * Installs both the SSH client and server from the default repositories.
202
+ * The client is typically pre-installed on desktop systems, but the server
203
+ * component requires manual installation.
204
+ *
205
+ * After installation:
206
+ * - SSH client tools (ssh, ssh-keygen, scp, sftp) are available
207
+ * - SSH server (sshd) is enabled and started automatically
208
+ * - Firewall rule for SSH may need to be added if UFW is active
209
+ *
210
+ * Prerequisites:
211
+ * - Ubuntu 20.04 LTS or later, or Debian 11 (Bullseye) or later
212
+ * - sudo privileges
213
+ *
214
+ * @returns {Promise<void>}
32
215
  */
33
- async function install_debian() {
34
- console.log('Installing openssh-client...');
35
- const result = await shell.exec('sudo apt-get update && sudo apt-get install -y openssh-client');
36
- return result.code === 0;
216
+ async function install_ubuntu() {
217
+ console.log('Checking OpenSSH installation status...');
218
+
219
+ // Check if both client and server are already installed
220
+ const clientInstalled = await apt.isPackageInstalled('openssh-client');
221
+ const serverInstalled = await apt.isPackageInstalled('openssh-server');
222
+
223
+ if (clientInstalled && serverInstalled) {
224
+ const version = await getSshVersion();
225
+ console.log(`OpenSSH is already installed${version ? ` (${version})` : ''}, skipping...`);
226
+ return;
227
+ }
228
+
229
+ // Determine what needs to be installed
230
+ const packagesToInstall = [];
231
+ if (!clientInstalled) {
232
+ packagesToInstall.push('openssh-client');
233
+ }
234
+ if (!serverInstalled) {
235
+ packagesToInstall.push('openssh-server');
236
+ }
237
+
238
+ console.log(`Installing: ${packagesToInstall.join(', ')}...`);
239
+
240
+ // Update package lists first
241
+ console.log('Updating package lists...');
242
+ const updateResult = await shell.exec('sudo DEBIAN_FRONTEND=noninteractive apt-get update -y');
243
+ if (updateResult.code !== 0) {
244
+ console.log('Warning: Failed to update package lists. Continuing with installation...');
245
+ }
246
+
247
+ // Install the required packages
248
+ console.log('Installing OpenSSH packages...');
249
+ const installCommand = `sudo DEBIAN_FRONTEND=noninteractive apt-get install -y ${packagesToInstall.join(' ')}`;
250
+ const installResult = await shell.exec(installCommand);
251
+
252
+ if (installResult.code !== 0) {
253
+ console.log('Failed to install OpenSSH packages.');
254
+ console.log(installResult.stderr || installResult.stdout);
255
+ return;
256
+ }
257
+
258
+ // Enable and start the SSH service if server was installed
259
+ if (packagesToInstall.includes('openssh-server')) {
260
+ console.log('Enabling and starting SSH service...');
261
+ const enableResult = await systemd.enableService('ssh', { now: true });
262
+ if (!enableResult.success) {
263
+ console.log('Warning: Could not enable SSH service automatically.');
264
+ console.log('You may need to run: sudo systemctl enable ssh --now');
265
+ }
266
+ }
267
+
268
+ // Verify installation
269
+ const clientVerified = shell.commandExists('ssh');
270
+ if (!clientVerified) {
271
+ console.log('Installation may have failed: ssh command not found after install.');
272
+ return;
273
+ }
274
+
275
+ const version = await getSshVersion();
276
+ console.log(`OpenSSH installed successfully${version ? ` (${version})` : ''}.`);
277
+ console.log('');
278
+ console.log('SSH server is enabled and running. To verify:');
279
+ console.log(' sudo systemctl status ssh');
280
+ console.log('');
281
+ console.log('If UFW (firewall) is enabled, allow SSH connections:');
282
+ console.log(' sudo ufw allow ssh');
283
+ }
284
+
285
+ /**
286
+ * Install OpenSSH on Ubuntu running in WSL (Windows Subsystem for Linux).
287
+ *
288
+ * WSL runs Ubuntu within Windows. The SSH client is typically pre-installed,
289
+ * but the SSH server requires additional configuration for external access
290
+ * due to WSL's virtual networking.
291
+ *
292
+ * IMPORTANT: WSL does not use systemd by default, so the SSH service must
293
+ * be started manually or via a startup script.
294
+ *
295
+ * After installation:
296
+ * - SSH client tools are available within WSL
297
+ * - SSH server (if installed) requires manual startup: sudo service ssh start
298
+ * - For external access, port forwarding from Windows host may be required
299
+ *
300
+ * @returns {Promise<void>}
301
+ */
302
+ async function install_ubuntu_wsl() {
303
+ console.log('Detected Ubuntu running in WSL (Windows Subsystem for Linux).');
304
+ console.log('');
305
+
306
+ // Check if already installed
307
+ const clientInstalled = await apt.isPackageInstalled('openssh-client');
308
+ const serverInstalled = await apt.isPackageInstalled('openssh-server');
309
+
310
+ if (clientInstalled && serverInstalled) {
311
+ const version = await getSshVersion();
312
+ console.log(`OpenSSH is already installed${version ? ` (${version})` : ''}, skipping...`);
313
+ console.log('');
314
+ console.log('WSL Note: SSH server requires manual startup:');
315
+ console.log(' sudo service ssh start');
316
+ return;
317
+ }
318
+
319
+ // Determine what needs to be installed
320
+ const packagesToInstall = [];
321
+ if (!clientInstalled) {
322
+ packagesToInstall.push('openssh-client');
323
+ }
324
+ if (!serverInstalled) {
325
+ packagesToInstall.push('openssh-server');
326
+ }
327
+
328
+ console.log(`Installing: ${packagesToInstall.join(', ')}...`);
329
+
330
+ // Update package lists
331
+ console.log('Updating package lists...');
332
+ const updateResult = await shell.exec('sudo DEBIAN_FRONTEND=noninteractive apt-get update -y');
333
+ if (updateResult.code !== 0) {
334
+ console.log('Warning: Failed to update package lists. Continuing with installation...');
335
+ }
336
+
337
+ // Install the packages
338
+ console.log('Installing OpenSSH packages...');
339
+ const installCommand = `sudo DEBIAN_FRONTEND=noninteractive apt-get install -y ${packagesToInstall.join(' ')}`;
340
+ const installResult = await shell.exec(installCommand);
341
+
342
+ if (installResult.code !== 0) {
343
+ console.log('Failed to install OpenSSH packages.');
344
+ console.log(installResult.stderr || installResult.stdout);
345
+ return;
346
+ }
347
+
348
+ // Start SSH service (WSL typically does not use systemd)
349
+ if (packagesToInstall.includes('openssh-server')) {
350
+ console.log('Starting SSH service...');
351
+ const startResult = await shell.exec('sudo service ssh start');
352
+ if (startResult.code !== 0) {
353
+ console.log('Warning: Could not start SSH service automatically.');
354
+ console.log('You may need to run: sudo service ssh start');
355
+ }
356
+ }
357
+
358
+ // Verify installation
359
+ const clientVerified = shell.commandExists('ssh');
360
+ if (!clientVerified) {
361
+ console.log('Installation may have failed: ssh command not found after install.');
362
+ return;
363
+ }
364
+
365
+ const version = await getSshVersion();
366
+ console.log(`OpenSSH installed successfully${version ? ` (${version})` : ''}.`);
367
+ console.log('');
368
+ console.log('IMPORTANT for WSL users:');
369
+ console.log('');
370
+ console.log('1. SSH server must be started manually (WSL does not use systemd):');
371
+ console.log(' sudo service ssh start');
372
+ console.log('');
373
+ console.log('2. To auto-start SSH when WSL launches, add to ~/.bashrc:');
374
+ console.log(' if [ -z "$(pgrep -x sshd)" ]; then sudo service ssh start > /dev/null 2>&1; fi');
375
+ console.log('');
376
+ console.log('3. By default, SSH uses port 22. To avoid conflict with Windows SSH,');
377
+ console.log(' consider changing to port 2222 in /etc/ssh/sshd_config');
378
+ console.log('');
379
+ console.log('4. For external access, configure Windows firewall and port forwarding.');
37
380
  }
38
381
 
39
382
  /**
40
- * Install OpenSSH on Raspberry Pi
41
- * @returns {Promise<boolean>}
383
+ * Install OpenSSH on Raspberry Pi OS using APT.
384
+ *
385
+ * Raspberry Pi OS is based on Debian, so installation follows the same
386
+ * APT-based process. OpenSSH works on both 32-bit (armhf) and 64-bit (arm64)
387
+ * architectures.
388
+ *
389
+ * NOTE: SSH is disabled by default on Raspberry Pi OS for security.
390
+ * This function installs and enables it via command line.
391
+ *
392
+ * Alternative headless setup: Create an empty file named 'ssh' on the
393
+ * boot partition before first boot to enable SSH without keyboard/monitor.
394
+ *
395
+ * @returns {Promise<void>}
42
396
  */
43
397
  async function install_raspbian() {
44
- return install_debian();
398
+ console.log('Checking OpenSSH installation status on Raspberry Pi OS...');
399
+
400
+ // Check if already installed
401
+ const clientInstalled = await apt.isPackageInstalled('openssh-client');
402
+ const serverInstalled = await apt.isPackageInstalled('openssh-server');
403
+
404
+ if (clientInstalled && serverInstalled) {
405
+ const version = await getSshVersion();
406
+ console.log(`OpenSSH is already installed${version ? ` (${version})` : ''}, skipping...`);
407
+
408
+ // Ensure SSH service is enabled (may have been disabled for security)
409
+ console.log('Verifying SSH service is enabled...');
410
+ const isEnabled = await systemd.isServiceEnabled('ssh');
411
+ if (!isEnabled) {
412
+ console.log('SSH service is disabled. Enabling...');
413
+ await systemd.enableService('ssh', { now: true });
414
+ }
415
+ return;
416
+ }
417
+
418
+ // Determine what needs to be installed
419
+ const packagesToInstall = [];
420
+ if (!clientInstalled) {
421
+ packagesToInstall.push('openssh-client');
422
+ }
423
+ if (!serverInstalled) {
424
+ packagesToInstall.push('openssh-server');
425
+ }
426
+
427
+ console.log(`Installing: ${packagesToInstall.join(', ')}...`);
428
+
429
+ // Update package lists
430
+ console.log('Updating package lists...');
431
+ const updateResult = await shell.exec('sudo DEBIAN_FRONTEND=noninteractive apt-get update -y');
432
+ if (updateResult.code !== 0) {
433
+ console.log('Warning: Failed to update package lists. Continuing with installation...');
434
+ }
435
+
436
+ // Install the packages
437
+ console.log('Installing OpenSSH packages...');
438
+ const installCommand = `sudo DEBIAN_FRONTEND=noninteractive apt-get install -y ${packagesToInstall.join(' ')}`;
439
+ const installResult = await shell.exec(installCommand);
440
+
441
+ if (installResult.code !== 0) {
442
+ console.log('Failed to install OpenSSH packages.');
443
+ console.log(installResult.stderr || installResult.stdout);
444
+ return;
445
+ }
446
+
447
+ // Enable and start the SSH service
448
+ if (packagesToInstall.includes('openssh-server')) {
449
+ console.log('Enabling and starting SSH service...');
450
+ const enableResult = await systemd.enableService('ssh', { now: true });
451
+ if (!enableResult.success) {
452
+ console.log('Warning: Could not enable SSH service automatically.');
453
+ console.log('You may need to run: sudo systemctl enable ssh --now');
454
+ }
455
+ }
456
+
457
+ // Verify installation
458
+ const clientVerified = shell.commandExists('ssh');
459
+ if (!clientVerified) {
460
+ console.log('Installation may have failed: ssh command not found after install.');
461
+ return;
462
+ }
463
+
464
+ const version = await getSshVersion();
465
+ console.log(`OpenSSH installed successfully${version ? ` (${version})` : ''}.`);
466
+ console.log('');
467
+ console.log('SSH is enabled and running. Find your Pi\'s IP address with:');
468
+ console.log(' hostname -I');
469
+ console.log('');
470
+ console.log('Connect from another machine:');
471
+ console.log(' ssh pi@<raspberry-pi-ip-address>');
45
472
  }
46
473
 
47
474
  /**
48
- * Install OpenSSH on Amazon Linux/RHEL/Fedora
49
- * @returns {Promise<boolean>}
475
+ * Install OpenSSH on Amazon Linux using DNF or YUM.
476
+ *
477
+ * Amazon Linux 2023 uses DNF, while Amazon Linux 2 uses YUM. OpenSSH is
478
+ * typically pre-installed on Amazon Linux EC2 instances (it's how you
479
+ * access the instance), but this ensures the latest version is installed.
480
+ *
481
+ * NOTE: On Amazon Linux, the SSH service is named 'sshd', not 'ssh'.
482
+ *
483
+ * @returns {Promise<void>}
50
484
  */
51
- async function install_rhel() {
485
+ async function install_amazon_linux() {
486
+ console.log('Checking OpenSSH installation status...');
487
+
488
+ // Check if SSH client is already installed
489
+ if (isSshClientInstalled()) {
490
+ const version = await getSshVersion();
491
+ console.log(`OpenSSH is already installed${version ? ` (${version})` : ''}, skipping...`);
492
+ return;
493
+ }
494
+
495
+ // Detect package manager
52
496
  const platform = os.detect();
53
- const pm = platform.packageManager || 'yum';
54
- console.log('Installing openssh-clients...');
55
- const result = await shell.exec(`sudo ${pm} install -y openssh-clients`);
56
- return result.code === 0;
497
+ const packageManager = platform.packageManager;
498
+
499
+ if (packageManager !== 'dnf' && packageManager !== 'yum') {
500
+ console.log(`Unexpected package manager: ${packageManager}`);
501
+ console.log('Expected dnf (Amazon Linux 2023) or yum (Amazon Linux 2).');
502
+ return;
503
+ }
504
+
505
+ console.log(`Using ${packageManager} package manager...`);
506
+ console.log('Installing OpenSSH packages...');
507
+
508
+ // Install OpenSSH packages
509
+ const packages = RHEL_PACKAGES.join(' ');
510
+ const installCommand = `sudo ${packageManager} install -y ${packages}`;
511
+ const installResult = await shell.exec(installCommand);
512
+
513
+ if (installResult.code !== 0) {
514
+ console.log(`Failed to install OpenSSH via ${packageManager}.`);
515
+ console.log(installResult.stderr || installResult.stdout);
516
+ return;
517
+ }
518
+
519
+ // Enable and start the SSH service (named 'sshd' on Amazon Linux)
520
+ console.log('Enabling and starting SSH service...');
521
+ const enableResult = await shell.exec('sudo systemctl enable sshd --now');
522
+ if (enableResult.code !== 0) {
523
+ console.log('Warning: Could not enable SSH service automatically.');
524
+ console.log('You may need to run: sudo systemctl enable sshd --now');
525
+ }
526
+
527
+ // Verify installation
528
+ const clientVerified = shell.commandExists('ssh');
529
+ if (!clientVerified) {
530
+ console.log('Installation may have failed: ssh command not found after install.');
531
+ return;
532
+ }
533
+
534
+ const version = await getSshVersion();
535
+ console.log(`OpenSSH installed successfully${version ? ` (${version})` : ''}.`);
536
+ console.log('');
537
+ console.log('SSH service is enabled and running. To verify:');
538
+ console.log(' sudo systemctl status sshd');
539
+ console.log('');
540
+ console.log('NOTE: For EC2 instances, ensure the security group allows');
541
+ console.log('inbound SSH (port 22) from your IP address.');
57
542
  }
58
543
 
59
544
  /**
60
- * Install OpenSSH on Windows
61
- * @returns {Promise<boolean>}
545
+ * Install OpenSSH on Windows using Windows Capability.
546
+ *
547
+ * Windows 10 (1809+) and Windows 11 include OpenSSH as an optional feature.
548
+ * This function installs both the SSH client and server using the built-in
549
+ * Add-WindowsCapability PowerShell cmdlet.
550
+ *
551
+ * Prerequisites:
552
+ * - Windows 10 version 1809 or later, or Windows 11
553
+ * - Administrator privileges
554
+ * - Internet connectivity (components download from Windows Update)
555
+ *
556
+ * After installation:
557
+ * - SSH client (ssh, ssh-keygen) is available from PowerShell and Command Prompt
558
+ * - SSH server (sshd) is installed but requires manual startup
559
+ * - Firewall rule for SSH server is created automatically
560
+ *
561
+ * @returns {Promise<void>}
62
562
  */
63
563
  async function install_windows() {
64
- console.log('Installing OpenSSH via winget...');
65
- const result = await shell.exec('winget install -e --id Microsoft.OpenSSH.Beta --accept-source-agreements --accept-package-agreements');
66
- if (result.code !== 0) {
67
- console.log('Trying chocolatey...');
68
- const chocoResult = await shell.exec('choco install openssh -y');
69
- return chocoResult.code === 0;
70
- }
71
- return true;
564
+ console.log('Checking OpenSSH installation status on Windows...');
565
+
566
+ // Check if SSH client is already available
567
+ if (isSshClientInstalled()) {
568
+ const version = await getSshVersion();
569
+ console.log(`OpenSSH is already installed${version ? ` (${version})` : ''}.`);
570
+ console.log('');
571
+ console.log('To verify installation status:');
572
+ console.log(' Get-WindowsCapability -Online | Where-Object Name -like "OpenSSH*"');
573
+ return;
574
+ }
575
+
576
+ console.log('Installing OpenSSH via Windows Capability...');
577
+ console.log('This may take a few moments as components download from Windows Update.');
578
+ console.log('');
579
+
580
+ // Install OpenSSH Client
581
+ console.log('Installing OpenSSH Client...');
582
+ const clientResult = await shell.exec(
583
+ 'powershell.exe -NoProfile -Command "Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0"'
584
+ );
585
+
586
+ if (clientResult.code !== 0) {
587
+ console.log('Failed to install OpenSSH Client.');
588
+ console.log(clientResult.stderr || clientResult.stdout);
589
+ console.log('');
590
+ console.log('Troubleshooting:');
591
+ console.log(' 1. Run as Administrator');
592
+ console.log(' 2. Ensure Windows Update is accessible');
593
+ console.log(' 3. Check Event Viewer for detailed errors');
594
+ return;
595
+ }
596
+
597
+ console.log('OpenSSH Client installed successfully.');
598
+
599
+ // Install OpenSSH Server
600
+ console.log('Installing OpenSSH Server...');
601
+ const serverResult = await shell.exec(
602
+ 'powershell.exe -NoProfile -Command "Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0"'
603
+ );
604
+
605
+ if (serverResult.code !== 0) {
606
+ console.log('Warning: Failed to install OpenSSH Server.');
607
+ console.log('SSH client is available, but server functionality is not installed.');
608
+ console.log('You can install it manually later with:');
609
+ console.log(' Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0');
610
+ } else {
611
+ console.log('OpenSSH Server installed successfully.');
612
+
613
+ // Configure SSH server for automatic startup
614
+ console.log('Configuring SSH server...');
615
+ await shell.exec('powershell.exe -NoProfile -Command "Set-Service -Name sshd -StartupType Automatic"');
616
+ await shell.exec('powershell.exe -NoProfile -Command "Start-Service sshd"');
617
+
618
+ // Add firewall rule if it doesn't exist
619
+ const firewallCmd = `
620
+ if (-not (Get-NetFirewallRule -Name "OpenSSH-Server-In-TCP" -ErrorAction SilentlyContinue)) {
621
+ New-NetFirewallRule -Name "OpenSSH-Server-In-TCP" -DisplayName "OpenSSH Server (sshd)" -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22
622
+ }
623
+ `;
624
+ await shell.exec(`powershell.exe -NoProfile -Command "${firewallCmd.replace(/\n/g, ' ')}"`);
625
+ }
626
+
627
+ // Verify installation
628
+ // Note: PATH may not be updated in current session, so check via PowerShell
629
+ const verifyResult = await shell.exec(
630
+ 'powershell.exe -NoProfile -Command "Get-WindowsCapability -Online | Where-Object Name -like \'OpenSSH.Client*\' | Select-Object -ExpandProperty State"'
631
+ );
632
+
633
+ if (verifyResult.stdout.trim() === 'Installed') {
634
+ const version = await getSshVersion();
635
+ console.log('');
636
+ console.log(`OpenSSH installed successfully${version ? ` (${version})` : ''}.`);
637
+ console.log('');
638
+ console.log('NOTE: Close and reopen your terminal for PATH changes to take effect.');
639
+ console.log('');
640
+ console.log('To verify: ssh -V');
641
+ console.log('');
642
+ console.log('SSH Server status: Get-Service sshd');
643
+ } else {
644
+ console.log('Installation may have failed. Verify with:');
645
+ console.log(' Get-WindowsCapability -Online | Where-Object Name -like "OpenSSH*"');
646
+ }
72
647
  }
73
648
 
74
649
  /**
75
- * Install OpenSSH on WSL
76
- * @returns {Promise<boolean>}
650
+ * Verify and configure OpenSSH on Git Bash (Windows).
651
+ *
652
+ * Git Bash includes a bundled version of OpenSSH when Git for Windows is
653
+ * installed. This function verifies the bundled SSH is working and provides
654
+ * guidance for common configurations.
655
+ *
656
+ * NOTE: Git Bash only provides the SSH client, not the server. For SSH server
657
+ * functionality on Windows, use the Windows OpenSSH Server (see Windows section).
658
+ *
659
+ * @returns {Promise<void>}
77
660
  */
78
- async function install_wsl() {
79
- return install_debian();
661
+ async function install_gitbash() {
662
+ console.log('Detected Git Bash on Windows.');
663
+ console.log('');
664
+
665
+ // Check if SSH is available (it should be bundled with Git for Windows)
666
+ if (isSshClientInstalled()) {
667
+ const version = await getSshVersion();
668
+ console.log(`OpenSSH is available${version ? ` (${version})` : ''} (bundled with Git for Windows).`);
669
+ console.log('');
670
+
671
+ // Verify ssh-agent is functional
672
+ const agentResult = await shell.exec('ssh-agent -s');
673
+ if (agentResult.code === 0) {
674
+ console.log('SSH agent is functional.');
675
+ }
676
+
677
+ console.log('');
678
+ console.log('Common Git Bash SSH tips:');
679
+ console.log('');
680
+ console.log('1. Start ssh-agent and add your key:');
681
+ console.log(' eval $(ssh-agent -s)');
682
+ console.log(' ssh-add ~/.ssh/id_ed25519');
683
+ console.log('');
684
+ console.log('2. For interactive SSH sessions, use winpty:');
685
+ console.log(' winpty ssh user@host');
686
+ console.log('');
687
+ console.log('3. To use Windows OpenSSH instead of Git Bash bundled version:');
688
+ console.log(' git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"');
689
+ return;
690
+ }
691
+
692
+ // SSH should be bundled with Git for Windows - if not found, the installation is incomplete
693
+ console.log('SSH client not found in Git Bash.');
694
+ console.log('');
695
+ console.log('This is unexpected - Git for Windows should include OpenSSH.');
696
+ console.log('');
697
+ console.log('To fix this issue:');
698
+ console.log(' 1. Reinstall Git for Windows from https://git-scm.com/download/win');
699
+ console.log(' 2. During installation, ensure "Use bundled OpenSSH" is selected');
700
+ console.log('');
701
+ console.log('Alternatively, install OpenSSH on Windows and configure Git to use it:');
702
+ console.log(' 1. Run "dev install openssh" from PowerShell');
703
+ console.log(' 2. Then in Git Bash:');
704
+ console.log(' git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"');
80
705
  }
81
706
 
82
707
  /**
83
- * Install OpenSSH across supported platforms.
84
- * @returns {Promise<boolean>}
708
+ * Check if OpenSSH is installed on the current platform.
709
+ *
710
+ * Uses platform-specific detection methods:
711
+ * - macOS: Checks Homebrew formula installation
712
+ * - Windows: Checks if ssh command exists (built-in feature)
713
+ * - Linux/Git Bash: Checks if ssh command exists in PATH
714
+ *
715
+ * @returns {Promise<boolean>} True if OpenSSH is installed, false otherwise
85
716
  */
86
- async function install() {
87
- if (isInstalled()) {
88
- console.log('ssh-keygen is already installed.');
89
- return true;
717
+ async function isInstalled() {
718
+ const platform = os.detect();
719
+
720
+ if (platform.type === 'macos') {
721
+ // Check if OpenSSH is installed via Homebrew (system SSH is always available)
722
+ return brew.isFormulaInstalled(HOMEBREW_FORMULA_NAME);
90
723
  }
91
724
 
725
+ // Linux, Windows, and Git Bash: Check if ssh command exists
726
+ return shell.commandExists('ssh');
727
+ }
728
+
729
+ /**
730
+ * Check if this installer is supported on the current platform.
731
+ * OpenSSH is supported on all major platforms.
732
+ * @returns {boolean} True if installation is supported on this platform
733
+ */
734
+ function isEligible() {
92
735
  const platform = os.detect();
736
+ return ['macos', 'ubuntu', 'debian', 'wsl', 'raspbian', 'amazon_linux', 'fedora', 'rhel', 'windows', 'gitbash'].includes(platform.type);
737
+ }
93
738
 
739
+ /**
740
+ * Main installation entry point - detects platform and runs appropriate installer.
741
+ *
742
+ * Detects the current operating system and dispatches to the appropriate
743
+ * platform-specific installer function. OpenSSH is supported on all major
744
+ * platforms:
745
+ *
746
+ * - macOS (Homebrew) - newer version with FIDO2 support
747
+ * - Ubuntu/Debian (APT) - openssh-client + openssh-server
748
+ * - Ubuntu on WSL (APT) - client + server with WSL-specific guidance
749
+ * - Raspberry Pi OS (APT) - client + server
750
+ * - Amazon Linux/RHEL (DNF/YUM) - openssh-clients + openssh-server
751
+ * - Windows (Windows Capability) - built-in optional feature
752
+ * - Git Bash (bundled) - included with Git for Windows
753
+ *
754
+ * @returns {Promise<void>}
755
+ */
756
+ async function install() {
757
+ const platform = os.detect();
758
+
759
+ // Map platform types to their corresponding installer functions
94
760
  const installers = {
95
761
  'macos': install_macos,
96
- 'ubuntu': install_debian,
97
- 'debian': install_debian,
762
+ 'ubuntu': install_ubuntu,
763
+ 'debian': install_ubuntu,
764
+ 'wsl': install_ubuntu_wsl,
98
765
  'raspbian': install_raspbian,
99
- 'amazon_linux': install_rhel,
100
- 'fedora': install_rhel,
101
- 'rhel': install_rhel,
766
+ 'amazon_linux': install_amazon_linux,
767
+ 'fedora': install_amazon_linux,
768
+ 'rhel': install_amazon_linux,
102
769
  'windows': install_windows,
103
- 'wsl': install_wsl
770
+ 'gitbash': install_gitbash,
104
771
  };
105
772
 
773
+ // Look up the installer for the detected platform
106
774
  const installer = installers[platform.type];
775
+
776
+ // If no installer exists for this platform, inform the user gracefully
107
777
  if (!installer) {
108
- console.error(`Unsupported platform: ${platform.type}`);
109
- return false;
778
+ console.log(`OpenSSH is not available for ${platform.type}.`);
779
+ return;
110
780
  }
111
781
 
112
- const success = await installer();
113
- if (success) {
114
- console.log('OpenSSH installed successfully.');
115
- } else {
116
- console.error('Failed to install OpenSSH.');
117
- }
118
- return success;
782
+ // Run the platform-specific installer
783
+ await installer();
119
784
  }
120
785
 
121
786
  module.exports = {
122
787
  install,
123
788
  isInstalled,
789
+ isEligible,
124
790
  install_macos,
125
- install_debian,
791
+ install_ubuntu,
792
+ install_ubuntu_wsl,
126
793
  install_raspbian,
127
- install_rhel,
794
+ install_amazon_linux,
128
795
  install_windows,
129
- install_wsl
796
+ install_gitbash,
130
797
  };
131
798
 
132
799
  if (require.main === module) {
133
- install();
800
+ install().catch(err => {
801
+ console.error(err.message);
802
+ process.exit(1);
803
+ });
134
804
  }