mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Improve misleading example for ssh_options (#2052)
This commit is contained in:
parent
627dcf949c
commit
6e54ce7035
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
# Global options
|
||||
# --------------
|
||||
# set :ssh_options, {
|
||||
# keys: %w(/home/rlisowski/.ssh/id_rsa),
|
||||
# keys: %w(/home/user_name/.ssh/id_rsa),
|
||||
# forward_agent: false,
|
||||
# auth_methods: %w(password)
|
||||
# }
|
||||
|
|
Loading…
Reference in a new issue