# # # patch "skel/monotonerc" # from [5d87f59bdbd47d4b068ec82a5db8f64eb39d19ea] # to [c3a253cb7479ef6836b9a1456fca32bbd29b61a5] # ============================================================ --- skel/monotonerc 5d87f59bdbd47d4b068ec82a5db8f64eb39d19ea +++ skel/monotonerc c3a253cb7479ef6836b9a1456fca32bbd29b61a5 @@ -45,3 +45,8 @@ end function get_netsync_read_permitted(foo, bar) return true end + +function get_remote_automate_permitted(ident, cmdline, opts) + if ident.given_name == hostkey then return true end + return false +end \ No newline at end of file