dedeanshi

install dropbear

Feb 23rd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #apt-get update
  2. #apt-get install dropbear
  3. #nano /etc/default/dropbear
  4. edit >> NO_START=1
  5. DROPBEAR_PORT=22
  6. DROPBEAR_EXTRA_ARGS=
  7. jadi >> NO_START=0
  8. DROPBEAR_PORT=443
  9. DROPBEAR_EXTRA_ARGS="-p 443"
  10. #service dropbear start
  11. #netstat -nlpt | grep dropbear
Advertisement
Add Comment
Please, Sign In to add comment