Skip to content
/ sshdoor Public

Runs sshd as a unprivileged user for persistence

License

Notifications You must be signed in to change notification settings

xct/sshdoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSHDoor

Zip zip -r sshdoor.zip sshdoor and copy over the archive, unzip unzip sshdoor.zip -d out into any location and run ./deploy.sh. You probably want to change "auth" (your publickey) and regenerate "host_dsa/host_rsa" with:

ssh-keygen -f host_rsa -N '' -t rsa
ssh-keygen -f host_dsa -N '' -t dsa

If you can not connect to your sshd instance its probably because of a firewall restricting inbound connections. In this case you should try other ports: sed -i -e 's/Port 3432/Port <new port>/g' sshd_config.

About

Runs sshd as a unprivileged user for persistence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages