SSH pivoting techniques

gen ecdsa key

ssh-keygen -t ecdsa -b 521

pass path with file name id_ecdsa

ssh-keygen.png

public key to authorised_keys

with echo move public key to authorised keys

ssh to server

PIVOTING after SSH Login

pivoting.png

PIVOTING while SSH Login

Last updated