...
- Right click your keyfile and select Properties.
- Go to the Security tab, click Advanced.
- Click Disable Inheritance and "Remove all inherited permissions from this object".
- Click Add and "Select a principal".
- Enter your username, which if you are on a lab machine will be IT services username (abc500) and click OK.
- If it is your home machine it is whatever username you set up.
- Click Full Control and OK.
- It should look something like this:
...
- Click OK, OK, and SSH should now be happy.
According to this StackOverflow post, the chmod
command might not work in the WSL. To enable this behaviour you can edit /etc/wsl.conf
and insert the following:
Code Block |
---|
[automount]
options = "metadata" |
but read the entire answer first.
Using Vivado with the VLAB
...