Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh tunnel map

ssh -L LOCALPORT:TARGET_SERVER:REMOTE_PORT_ONTARGET -i 'private.key' user@pivotserver

ssh -L 1234:server2:4321 -i 'private.pem' user@server1
ssh -L 1234:server1:4321 -i 'private.pem' user@server1
Comment

PREVIOUS NEXT
Code Example
Shell :: compile electron app 
Shell :: ubuntu cat last 10 lines 
Shell :: how to check whether a string contains a special character or not in bash 
Shell :: rsync backup 
Shell :: github api tutorial 
Shell :: print variable in bash 
Shell :: plt .show matplotlib remote vscode 
Shell :: move commit from master to branch 
Shell :: rename branch name in git 
Shell :: bash if file content equals 
Shell :: pimcore setup / installation 
Shell :: aircrack-ng install command 
Shell :: kubernetes copy secret form another namespace 
Shell :: emporary failure resolving 
Shell :: sed from match to end of file 
Shell :: npm install --save-dev shortcut 
Shell :: expo app size 
Shell :: github get repo size 
Shell :: delete all mail terminal 
Shell :: find exclude directories 
Shell :: remove untracked files git 
Shell :: gitlab push to create 
Shell :: virtualbox ubuntu 
Shell :: git config log 
Shell :: powershell global variable 
Shell :: ngrok sing up 
Shell :: how to create a branch in git 
Shell :: unable to delete c2dd1984ad5b (must be forced) - image is being used by stopped container 
Shell :: get until last match 
Shell :: Create and edit a new file nano 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =