import frappe @frappe.whitelist() def install_ssh(): """Placeholder for SSH install functionality.""" return {"success": True, "message": "SSH install endpoint ready"}