How to overcome "tun0: Disabled Privacy Extensions"?
Asked by
Uqbar
I need to open a tunnel between two machine of mine where I hold root access.
I've read this document: https:/
I've set up a key pair between the two machine's root account (~root/.ssh), I've changed the sshd_config with the following
parameters:
PermitTunnel yes
PermitRootLogin without-password
while "PermitRootLogin yes" was already there.
I've then run the following command on one machine:
sudo ssh -NTCf -w 0:0
The ssh command goes background but no tun0 interface is created.
Moreover, the system log says: "tun0: Disabled Privacy Extensions"
How can I fix this thing?
Googling didn't provide any useful help so far.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu openssh Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Theodotos Andreou
- Solved:
- Last query:
- Last reply:
To post a message you must log in.