Skip to content

Commit

Permalink
Merge pull request #1768 from saberlynx/local-gsa-9
Browse files Browse the repository at this point in the history
Changed default port to 22 for scanner dialog
  • Loading branch information
bjoernricks authored Nov 11, 2019
2 parents b94a306 + c194ff3 commit 1d53117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Display timezone for session timeout in user menu [#1764](https://github.com/greenbone/gsa/pull/1764)

### Changed
- Changed default port to 22 for scanner dialog [#1768](https://github.com/greenbone/gsa/pull/1768)
- Fix react-scripts dependency because it broke tooltips [#1760](https://github.com/greenbone/gsa/pull/1760)
- Improve Delta Report Details [#1748](https://github.com/greenbone/gsa/pull/1748)
- Update node dependencies to latest releases [#1735](https://github.com/greenbone/gsa/pull/1735)
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/web/pages/scanners/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class ScannerDialog extends React.Component {
host = 'localhost',
id,
name = _('Unnamed'),
port = '9391',
port = '22',
title = _('New Scanner'),
type = OSP_SCANNER_TYPE,
which_cert,
Expand Down

0 comments on commit 1d53117

Please sign in to comment.