Commit ccb578e
feat(ssh): embed password in sshCommand via sshpass
- buildSshCommand: when no key → sshpass -p <sshUser> ssh ...
- sshUser is also the default password (set via chpasswd at build time)
- Result: one command from clone/create output connects immediately
- Key auth path unchanged (ssh -i <key> ...)
- INVARIANT: sshCommand from REST API is always directly executable
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a7d99b6 commit ccb578e
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | | - | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments