| # VPS Access Notes | |
| - Medilis VPS host: `103.150.226.86` | |
| - SSH user: `jossbanget` | |
| - PuTTY key: `E:\technolis\tekno.ppk` | |
| - Key passphrase: `tekno` | |
| - `sudo` password also works with `tekno` | |
| - Live app path: `/www/wwwroot/medilis.cloud` | |
| - Preferred Windows access: `C:\Program Files\PuTTY\plink.exe` and `pscp.exe` | |
| - Direct write to web root is denied for this user; upload to `/home/jossbanget/` first, then move with `sudo` | |
| - Typical deploy pattern: upload staged file to `/home/jossbanget/*.deploy`, back up target if needed, then copy into app path with `sudo` | |
| - Common warning during `sudo`: `unable to resolve host server.medilis.id`; usually non-blocking | |