This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Feature Request - SSH PORT

It would be handy if we could easily change the ssh port that astaro listens on, just like the way we can select the port for webmin.


This thread was automatically locked due to age.
Parents
  • You might be able to do it with some NAT trickery.

    I don't know if you'd need to NAT back to the EXT nic, or to the loopback.

    Either way, you might need to create some new pf rules like:
    any ext -> ssh allow
    or
    any loopback -> ssh allow


    IIRC, that is how the transparent proxy is done.


    Barry
Reply
  • You might be able to do it with some NAT trickery.

    I don't know if you'd need to NAT back to the EXT nic, or to the loopback.

    Either way, you might need to create some new pf rules like:
    any ext -> ssh allow
    or
    any loopback -> ssh allow


    IIRC, that is how the transparent proxy is done.


    Barry
Children
No Data