Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list of created ssh port forwarding

 % sudo lsof -i -n | egrep '<sshd>'
sshd  15767  root  3u  IPv4 147401205   TCP x.x.x.x:22->y.y.y.y:27479 (ESTABLISHED)
sshd  15842  user  3u  IPv4 147401205   TCP x.x.x.x:22->y.y.y.y:27479 (ESTABLISHED)
sshd  15842  user  9u  IPv4 148002889   TCP 127.0.0.1:33999->127.0.0.1:www (ESTABLISHED)
sshd  1396   user  9u  IPv4 148056581   TCP 127.0.0.1:5000 (LISTEN)
sshd  25936  root  3u  IPv4 143971728   TCP *:22 (LISTEN)
Comment

list of created ssh port forwarding

% sudo lsof -i -n | egrep '<ssh>'
ssh  19749  user  3u  IPv4 148088244   TCP x.x.x.x:39689->y.y.y.y:22 (ESTABLISHED)
ssh  19749  user  4u  IPv6 148088282   TCP [::1]:9090 (LISTEN)
ssh  19749  user  5u  IPv4 148088283   TCP 127.0.0.1:9090 (LISTEN)
Comment

PREVIOUS NEXT
Code Example
Shell :: pip install influxdb 
Shell :: check ubuntu uptime 
Shell :: How to install cookies react 
Shell :: command line of linux os 
Shell :: how to add image in readme 
Shell :: PowerShell script block 
Shell :: how to move to directories in command prompt 
Shell :: git clean local branches 
Shell :: powershell script example 
Shell :: powershell help 
Shell :: git config path 
Shell :: brew show package info 
Shell :: cutefish desktop enviroment install 
Shell :: rebase branch github 
Shell :: gitlab runner on docker 
Shell :: unable to delete c2dd1984ad5b (must be forced) - image is being used by stopped container 
Shell :: ubuntu gitlab 
Shell :: how to open files using terminal in ubuntu 
Shell :: install flutter 
Shell :: command used to install django cms 
Shell :: docker jenkins 
Shell :: how to install pytesseract in rpi 
Shell :: CMD-Digital Clook 
Shell :: install bravado_core 
Shell :: awk bash 
Shell :: bash find text in all csv files 
Shell :: how to install programs in ubuntu using terminal 
Shell :: git commit --amend with commit id 
Shell :: instal bable for linux 
Shell :: install minisom 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =