pkg update
pkg upgrade
pkg install openssh
sshd #by default open 8082 port , can specify desired port following command
sshd -p 2222
ssh user\ [email protected] -p 2222 #slash is use to scape space , phone name > configuration , about phone
pkill sshd