Le problème du port forwarding, c'est que ça ouvre un port supplémentaire alors que ça n'est pas nécessaire pour moi à première vue.
Je suis en train d'essayer ProxyCommand, mais ça passe pas:
Code :
- Host A
- Hostname ...
- Host B-distant
- Hostname A
- ProxyCommand ssh B
|
Code :
- ~$ ssh B-distant
- Pseudo-terminal will not be allocated because stdin is not a terminal.
- ssh: B: Name or service not known
- ssh_exchange_identification: Connection closed by remote host
|
Et en fait, même ça ne fonctionne pas:
Code :
- $ ssh A ssh B
- Pseudo-terminal will not be allocated because stdin is not a terminal.
- Permission denied (publickey,keyboard-interactive).
|
Alors que si je fais un ssh, puis un autre, ça passe.