简体   繁体   中英

Bypass IP restriction SSH

I have a Laravel app with CI/CD setup at BuddyWorks which lets you create deployment pipelines.

I want to use SSH action to run some config scripts (artisan...) after uploading the source code.

Unfortunately, it turned out that SSH connectivity to the hosting server is restricted to my home country, ergo can't use BuddyWorks to do the job for me. The hosting company refused my request to whitelist BuddyWorks IP's.

So here am, looking for a solution to bypass restriction. Currently, I'm investigating SSH reverse for , but not sure I'm on good path. Any help would be appreciated!

我最终编写了一个具有基本身份验证的小型http-> ssh代理服务器,该服务器通过发布请求从管道接收命令,并通过ssh连接到主机服务器,执行命令并记录到松弛状态。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM