Currently, we spawn the workers in the same machine even if we do the scaling command, it scales in the same system as the worker. We need to enable worker spawning in different machines which needs SSH access for it. This is a complex process since this means sending secrets over secure channel the perm file or doing it by delegating the ssh secrets handling to scheduler.