This is a discussion on Re: nsupdate + SSH tunnel within the Bind Users forums, part of the DNS and Related Forums category; >>>>> "Jari" == Jari <jmu@nic.fi> writes: Jari> Hello, is it ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
>>>>> "Jari" == Jari <jmu@nic.fi> writes:
Jari> Hello, is it possible to configure nsupdate to send updates Jari> to DNS server via SSH tunnel? nsupdate can use TCP connections and be told to send updates to a specific address and port number. So in theory you could make SSH do port forwarding for whatever port/address you tell nsupdate to use. But this seems excessively painful. What's wrong with ssh trusted-host nsupdate < my-dns-update-file |