0011-Remove-useless-assignation.patch
| src/authm_mad/remotes/ssh/ssh_auth.rb | ||
|---|---|---|
| 62 | 62 |
# By default it is valid for 1 hour but it can be changed to any number |
| 63 | 63 |
# of seconds with expire parameter (in seconds) |
| 64 | 64 |
def login(user, expire=3600) |
| 65 |
expire ||= 3600 |
|
| 66 | ||
| 67 | 65 |
# Init proxy file path and creates ~/.one directory if needed |
| 68 | 66 |
proxy_dir = File.dirname(LOGIN_PATH) |
| 69 | 67 | |
| 70 |
- |
|