How do I remove an SSH forwarded port

user16654

I used ssh -L 10002:192.168.0.30:10002 192.168.1.135 to establish port forwarding but now I need to remove it.

How do I do this?

zpon

If you are using Linux you can kill the process by:

ps aux | grep ssh

and then use

kill <id>

To kill the process.

If the kill command is not successfull you can try

kill -9 <id>

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How do I set up a server for SSH?

분류에서Dev

How do I allow SFTP with a password BUT not SSH?

분류에서Dev

How do I remove cached .deb files?

분류에서Dev

How do I remove the Ubuntu Software Center?

분류에서Dev

How do I completely remove LazReport?

분류에서Dev

How do I remove values from an array?

분류에서Dev

How do I uninstall/remove XRCed?

분류에서Dev

How do I uninstall/remove XRCed?

분류에서Dev

How do I know which /dev/ttyS* is my serial port?

분류에서Dev

How can I reach a remote ssh server through my http proxy (80 port)?

분류에서Dev

How do I route my internet through a SSH tunnel?

분류에서Dev

How do I launch a remote firefox window via SSH?

분류에서Dev

Using PuTTY SSH, how do I capture the remote output of a command?

분류에서Dev

tightvncserver: How do I connect via SSH/Encryption?

분류에서Dev

How do I SSH into EC2 with .pub?

분류에서Dev

How do I add multiple machines with the same configuration to ~/.ssh/config?

분류에서Dev

How Do I remove minimize, maximize, and close buttons in Ubuntu 18.04?

분류에서Dev

How do I remove youtube from the volume indicator?

분류에서Dev

How do I remove ellipses from a stack trace in C#?

분류에서Dev

How do I remove 'Places' entries from the Nautilus sidebar?

분류에서Dev

How do I remove the cache device from bcache?

분류에서Dev

How do I remove the ugly border around CALayer with cornerradius?

분류에서Dev

How do I remove a character once from a string [python]?

분류에서Dev

How do I remove Chars from the end of a Char*?

분류에서Dev

How do I remove the scroll bar on my page?

분류에서Dev

How do I remove the default program associated with an .exe in Windows 7?

분류에서Dev

How do I remove "ghost" backups from Time Machine?

분류에서Dev

How do I remove language resource in VB.Net?

분류에서Dev

How do I remove this "selected" border off my button?

Related 관련 기사

  1. 1

    How do I set up a server for SSH?

  2. 2

    How do I allow SFTP with a password BUT not SSH?

  3. 3

    How do I remove cached .deb files?

  4. 4

    How do I remove the Ubuntu Software Center?

  5. 5

    How do I completely remove LazReport?

  6. 6

    How do I remove values from an array?

  7. 7

    How do I uninstall/remove XRCed?

  8. 8

    How do I uninstall/remove XRCed?

  9. 9

    How do I know which /dev/ttyS* is my serial port?

  10. 10

    How can I reach a remote ssh server through my http proxy (80 port)?

  11. 11

    How do I route my internet through a SSH tunnel?

  12. 12

    How do I launch a remote firefox window via SSH?

  13. 13

    Using PuTTY SSH, how do I capture the remote output of a command?

  14. 14

    tightvncserver: How do I connect via SSH/Encryption?

  15. 15

    How do I SSH into EC2 with .pub?

  16. 16

    How do I add multiple machines with the same configuration to ~/.ssh/config?

  17. 17

    How Do I remove minimize, maximize, and close buttons in Ubuntu 18.04?

  18. 18

    How do I remove youtube from the volume indicator?

  19. 19

    How do I remove ellipses from a stack trace in C#?

  20. 20

    How do I remove 'Places' entries from the Nautilus sidebar?

  21. 21

    How do I remove the cache device from bcache?

  22. 22

    How do I remove the ugly border around CALayer with cornerradius?

  23. 23

    How do I remove a character once from a string [python]?

  24. 24

    How do I remove Chars from the end of a Char*?

  25. 25

    How do I remove the scroll bar on my page?

  26. 26

    How do I remove the default program associated with an .exe in Windows 7?

  27. 27

    How do I remove "ghost" backups from Time Machine?

  28. 28

    How do I remove language resource in VB.Net?

  29. 29

    How do I remove this "selected" border off my button?

뜨겁다태그

보관