Skip to content

Instantly share code, notes, and snippets.

@agriffis
Created November 8, 2017 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agriffis/b134ebc4eb7784060c1f374c91dcb153 to your computer and use it in GitHub Desktop.
Save agriffis/b134ebc4eb7784060c1f374c91dcb153 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo enter-chroot -u root -b sh -c '
install -d -m 0755 /var/run/sshd
/usr/sbin/sshd -D
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment