WSL:
- Install openssh-server:
sudo apt install openssh-server- Add or uncomment following lines in
/etc/ssh/sshd_config:
WSL:
sudo apt install openssh-server/etc/ssh/sshd_config:Save list of currently installed packages:
tlmgr list --only-installed > previously_installed_texlive_packages.txt
Download and install the latest BasicTex.pkg: http://www.tug.org/mactex/
Save list of default packages:
Microsoft partnered with Canonical to create Bash on Ubuntu on Windows, running through a technology called the Windows Subsystem for Linux. Below are instructions on how to set up the ssh server to run automatically at boot.
/etc/ssh/sshd_config file by running the command sudo vi /etc/ssh/sshd_config and do the following
Port to 2222 (or any other port above 1000)PasswordAuthentication to yes. This can be changed back to no if ssh keys are setup.sudo service ssh --full-restart