Skip to content

Commit e84f19f

Browse files
authored
Fix ssh-copy-id command syntax in README
Corrected the command by adding a hyphen before 'i' in ssh-copy-id.
1 parent 7820d8d commit e84f19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ IdentityFile ~/.ssh/<your_unity_private_key_filename_created_in_last_step>
4747
Now, copy over the SSH public key to the server with the following command, removing all angled brackets. You'll need to customize the command if you were not using the default key name.
4848

4949
```
50-
ssh-copy-id i ~/.ssh/<your_unity_private_key_filename_created_in_last_step> <yourusername_umass_edu>@login1
50+
ssh-copy-id -i ~/.ssh/<your_unity_private_key_filename_created_in_last_step> <yourusername_umass_edu>@login1
5151
```
5252

5353
Try to make sure which key is the right one and copy the right one.

0 commit comments

Comments
 (0)