svenluijten / forge-cli

🔥 A command line utility to interact with your Laravel Forge servers, sites, and more.
https://svenluijten.com
MIT License
64 stars 14 forks source link

Add SSH config generation command. #46

Closed nvahalik closed 3 years ago

nvahalik commented 4 years ago

This patch adds the ability to create an SSH config from the sites/servers.

Usage:

forge servers:ssh-config # Generate default ssh connections for all servers.
forge servers:ssh-config --with-sites # Generate per-site ssh hosts {server}:{sitename}
nvahalik commented 4 years ago

Is there a way to re-test? Seems like Travis failed due to some sort of internal issue.

svenluijten commented 3 years ago

Closing because I am abandoning this package in favor of laravel/forge-cli.