Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
run `assh build > ~/.ssh/config` instead of `assh proxy localhost` to generate config file. Please see #100 moul/assh#100
  • Loading branch information
ashmatadeen committed May 29, 2018
1 parent 2b58352 commit 71cd6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Get a released version on: https://github.com/moul/advanced-ssh-config/releases

1. Backup your old `~/.ssh/config`: `cp ~/.ssh/config ~/.ssh/config.backup`
2. Create a new `~/.ssh/assh.yml` file
3. Run `assh proxy localhost` to validate the syntax of your `~/.ssh/assh.yml` file and automatically build your `~/.ssh/config` file
3. Run `assh build > ~/.ssh/config` to validate the syntax of your `~/.ssh/assh.yml` file and automatically build your `~/.ssh/config` file
4. You are ready!

## Changelog
Expand Down

0 comments on commit 71cd6da

Please sign in to comment.