Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Port knocking #324

Closed
benbonnet opened this issue Jun 25, 2015 · 2 comments
Closed

Port knocking #324

benbonnet opened this issue Jun 25, 2015 · 2 comments

Comments

@benbonnet
Copy link

I was was wondering if it was possible to use mina with a port knocking behavior setup on a ssh access

( this has to be tagged with "help wanted", I'm sorry I don't know how to add labels)

@d4be4st
Copy link
Member

d4be4st commented Jul 5, 2015

I see why not. Mina is just a wrapper around SSH which runs a script on the server.
I has the ability to do a script locally before and after the server script runs, you could knock on some in before_hook of the deploy script.

@fgarcia
Copy link

fgarcia commented Aug 19, 2015

Since mina is not the only app you will want to make aware of port knocking, it would be better to use netcat and a proxy script in your global ssh config so every programing using a ssh connection will automagically knock.

https://wiki.uugrn.org/Ssh_knock

@d4be4st d4be4st closed this as completed Jul 8, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants