IP over HTTP: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Server= =Client= =Quelle= *https://github.com/luizluca/bridge“) |
|||
| Zeile 1: | Zeile 1: | ||
=Server= | =Server= | ||
| − | + | *git clone https://github.com/luizluca/bridge | |
| + | *cd bridge | ||
| + | *ruby bridge 8080 /bridge | ||
=Client= | =Client= | ||
| − | + | ==1. Konsole== | |
| − | + | *git clone https://github.com/luizluca/bridge | |
| − | + | *cd bridge | |
| + | *ruby bridge 8022 http://myserver:8080/bridge mysshserver.xxx.com 22 | ||
| + | ==2. Konsole== | ||
| + | *ssh localhost -p 8022 | ||
=Quelle= | =Quelle= | ||
*https://github.com/luizluca/bridge | *https://github.com/luizluca/bridge | ||
Version vom 30. Oktober 2022, 08:22 Uhr
Server
- git clone https://github.com/luizluca/bridge
- cd bridge
- ruby bridge 8080 /bridge
Client
1. Konsole
- git clone https://github.com/luizluca/bridge
- cd bridge
- ruby bridge 8022 http://myserver:8080/bridge mysshserver.xxx.com 22
2. Konsole
- ssh localhost -p 8022