Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm authored May 25, 2017
1 parent ce527b1 commit a248684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ A. For the moment, iceberg SSH support for iceberg just handles SSH/ssh-agent. Y
```Smalltalk
IceCredentialsProvider useCustomSsh: true.
IceCredentialsProvider sshCredentials
publicKey: '/path/to/youruser/.ssh/id_rsa.pub;
privateKey: '/path/to/youruser/.ssh/id_rsa
publicKey: '/path/to/youruser/.ssh/id_rsa.pub';
privateKey: '/path/to/youruser/.ssh/id_rsa'
```
You will need to change the `/path/to/youruser/.ssh` part to your user SSH home-path (in macOS is `/Users/YourName/.ssh`, in linux `/home/yourname` and I don't know in windows ;)

Expand Down

0 comments on commit a248684

Please sign in to comment.