I'm creating a layer 3 SSH tunnel with this command:
ssh -w any:any root@xx.xx.xx.xx
I want to know the name of the interfaces that it creates. Typically it's tun0, but it varies.
I could force use a specific name, but that could cause a conflict with an existing name. There should be a way to retrieve that name.
