Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #apt-get update
- #apt-get install dropbear
- #nano /etc/default/dropbear
- edit >> NO_START=1
- DROPBEAR_PORT=22
- DROPBEAR_EXTRA_ARGS=
- jadi >> NO_START=0
- DROPBEAR_PORT=443
- DROPBEAR_EXTRA_ARGS="-p 443"
- #service dropbear start
- #netstat -nlpt | grep dropbear
Advertisement
Add Comment
Please, Sign In to add comment