Netzwerk: Unterschied zwischen den Versionen
Aus wiki
(Die Seite wurde neu angelegt: «== SSH == === Tunneling === ssh -L 3389:192.168.1.100:3389 root@boeby.dyndns.org») |
|||
| Zeile 2: | Zeile 2: | ||
=== Tunneling === | === Tunneling === | ||
ssh -L 3389:192.168.1.100:3389 root@boeby.dyndns.org | ssh -L 3389:192.168.1.100:3389 root@boeby.dyndns.org | ||
| + | |||
| + | === removal from known hosts === | ||
| + | f = file | ||
| + | R = remote Host | ||
| + | ssh-keygen -f "/home/christof/.ssh/known_hosts" -R 192.168.1.11 | ||
Version vom 27. Juli 2014, 19:19 Uhr
SSH
Tunneling
ssh -L 3389:192.168.1.100:3389 root@boeby.dyndns.org
removal from known hosts
f = file R = remote Host ssh-keygen -f "/home/christof/.ssh/known_hosts" -R 192.168.1.11