Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |||
| tutoriel:acces_full_internet_ssh_derriere_proxy [Le 01/09/2022, 00:10] moths-art Passage de http à https sur les liens externes (détecté et corrigé via le bot wiki-corrector (https://forum.ubuntu-fr.org/viewtopic.php?id=2067892) | tutoriel:acces_full_internet_ssh_derriere_proxy [Le 11/09/2022, 12:20] (Version actuelle) moths-art Suppression des espaces en fin de ligne (détecté et corrigé via le bot wiki-corrector (https://forum.ubuntu-fr.org/viewtopic.php?id=2067892) | ||
|---|---|---|---|
| Ligne 52: | Ligne 52: | ||
| [[:tutoriel:comment_editer_un_fichier|Éditez le fichier]] **.putty\sessions\masession** FIXME __(sous Windows avec portablePuTTY ça se trouve dans **(répertoireframakey)\Apps\PortablePuTTY\.putty\sessions** )__ : | [[:tutoriel:comment_editer_un_fichier|Éditez le fichier]] **.putty\sessions\masession** FIXME __(sous Windows avec portablePuTTY ça se trouve dans **(répertoireframakey)\Apps\PortablePuTTY\.putty\sessions** )__ : | ||
| <file> | <file> | ||
| - | Protocol=ssh | + | Protocol=ssh | 
| - | PortNumber=443  | + | PortNumber=443 | 
| - | // Activation du keep alive afin d’éviter d’être déconnecté | + | // Activation du keep alive afin d’éviter d’être déconnecté | 
| - | PingIntervalSecs=30 | + | PingIntervalSecs=30 | 
| - | TCPNoDelay=1  | + | TCPNoDelay=1 | 
| - | // Configuration du proxy (proxy http) | + | // Configuration du proxy (proxy http) | 
| - | ProxyMethod=3 | + | ProxyMethod=3 | 
| - | ProxyHost=Proxy | + | ProxyHost=Proxy | 
| - | ProxyPort=3128 | + | ProxyPort=3128 | 
| - | ProxyUsername=login | + | ProxyUsername=login | 
| - | ProxyPassword=XXXX  | + | ProxyPassword=XXXX | 
| - | // redirection de ports | + | // redirection de ports | 
| - | LocalPortAcceptAll=1 | + | LocalPortAcceptAll=1 | 
| - | RemotePortAcceptAll=1  | + | RemotePortAcceptAll=1 | 
| PortForwardings=D6588, | PortForwardings=D6588, | ||
| </file> | </file> | ||