SSH Make integrationAutomate SSH with Make.
Yes, Make can log into your server and run a command there. The SSH Make integration counts one module, one brick of a scenario, and a scenario is the chain of steps Make runs for you. Below: the connection fields, a first build, and the questions that follow.
Verified Trustpilot reviews · AI, automation & growth agency
What does the SSH Make integration actually cover?
The SSH Make integration is one action module and nothing else. You point Make at a machine you own, you write the command, and Make runs it inside a scenario. What the module returns travels on as a bundle, a single item handed to the next module in the chain.
Three shapes come back over and over. A monitoring app sees a service go down and Make runs the restart command on the right machine. A card lands in Done in your project tool and the deploy script fires on the staging server. Someone in support needs a log, and the command reads it, then the answer goes straight to the channel where the team already talks.
Two things this app will not do. It has no trigger module, so nothing happening on the server can wake Make up: the scenario always starts elsewhere, on a schedule or on another app's trigger. And there is no Make an API Call module for SSH, the generic fallback some apps carry, so this single action is the whole surface.
SSH lives on the other platform too. The SSH n8n integration covers it if your flows run there, and n8n vs Make lays out the criteria if the choice is still open. If you would rather get comfortable with the editor before pointing it at a production server, the Make training walks through the same gestures.
How do you connect a server to Make?
- 01
Open the connection window
Log in to Make, drop an SSH module into a scenario, then click Create a connection. A connection is your server access stored in Make once, reused by every SSH module you add later. The window that opens holds every field below.
- 02
Point Make at the machine
Give the connection a name in Connection name if you juggle several servers, that field is optional. In Host, type the address of the machine you want to reach. The port goes in the field the docs call Post: a number from 1 to 65535, 22 by default.
- 03
Pick how you sign in, then save
The Auth type dropdown decides the rest: password or key. Fill User name either way, then the password, or upload your key in Private key, which also takes a P12, PFX or PEM certificate. Click Save and the connection is ready.
Your first scenario, step by step
GoalWhen the scenario runs on its schedule, SSH executes your command on the server and passes what comes back down the chain.
- 01
Create the scenario
Open the Scenarios page, create a new scenario, then click the + to add the first module. Search SSH by name and pick Execute a command.
- 02
Link your server
The module asks for a connection the first time. Click Create a connection, fill the host, the port and the sign-in fields from the section above, then save. Every SSH module you add later reuses it.
- 03
Write the command
Fill the module fields with the command you want the machine to run. Keep this first one harmless, something that reads rather than changes, because the next step runs it for real.
- 04
Chain the second module
Click the + on the right of the module to add another Execute a command, then map a piece of data from the first module into the second so both work on the same target.
- 05
Test with Run once
Click Run once, the editor button that runs the scenario a single time. Each module shows the bundles it received, so you read what the server answered before anything is scheduled.
- 06
Schedule it and switch it on
Set the clock on the first module. A fresh scenario sits at every 15 minutes, which is also the floor on the Free plan. Then flip the scenario on and leave it alone.
The one module, and what it is good for
SSH gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.
Execute a command
ActionIn Make“Executes a command on a remote device.”
Execute a command runs the command you give it on a remote machine and brings the answer back into the scenario.
Need help automating SSH with Make?
A person reads every message.
Questions that come up next
01Is the SSH Make integration free?
02What do you need before connecting SSH to Make?
03Does SSH react in real time in Make?
04What if one module is not enough?
05Make or n8n for SSH?
Get our weekly automation tips.
No spam. Unsubscribe anytime.