Re: port knocking

2018-06-19 Thread basti
On 19.06.2018 22:24, john doe wrote: > On 6/19/2018 10:04 PM, basti wrote: >> Hello, >> I try use use port knocking and would be happy to do this in ssh config >> file. >> >> To open the port I can use ProxyCommand with an wrapper script like >> >&

Re: port knocking

2018-06-19 Thread john doe
On 6/19/2018 10:30 PM, basti wrote: On 19.06.2018 22:24, john doe wrote: On 6/19/2018 10:04 PM, basti wrote: Hello, I try use use port knocking and would be happy to do this in ssh config file. To open the port I can use ProxyCommand with an wrapper script like ProxyCommand bash -c

Re: port knocking

2018-06-19 Thread basti
On 19.06.2018 22:24, john doe wrote: > On 6/19/2018 10:04 PM, basti wrote: >> Hello, >> I try use use port knocking and would be happy to do this in ssh config >> file. >> >> To open the port I can use ProxyCommand with an wrapper script like >> >&

Re: port knocking

2018-06-19 Thread john doe
On 6/19/2018 10:04 PM, basti wrote: Hello, I try use use port knocking and would be happy to do this in ssh config file. To open the port I can use ProxyCommand with an wrapper script like ProxyCommand bash -c 'wrapper.sh %h port1 port2 ... portX; nc %h %p' so far so good.

port knocking

2018-06-19 Thread basti
Hello, I try use use port knocking and would be happy to do this in ssh config file. To open the port I can use ProxyCommand with an wrapper script like ProxyCommand bash -c 'wrapper.sh %h port1 port2 ... portX; nc %h %p' so far so good. But if I understand port knocking in the r

Re: port knocking with knockd

2013-01-16 Thread Andrew Alderwick
Hi there, On Wed, Jan 16, 2013 at 11:08:15PM -0500, jug...@lavabit.com wrote: [...] [openSSH] sequence= 7000,8000,9000 seq_timeout = 5 command = /sbin/iptables -A INPUT -I 6 -p tcp --dport 22 -j ACCEPT tcpflags= syn cmd_timeout = 25 [...] [closeS

port knocking with knockd

2013-01-16 Thread jugree
Hello. I'm trying to enable port knocking with `knockd'. I configured `/etc/knockd.conf': (I changed the default ports.) [options] UseSyslog [openSSH] sequence= 7000,8000,9000 seq_timeout = 5 command = /sbin/iptables -A INPUT -I 6 -p tc