Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
fcac50bb
Commit
fcac50bb
authored
Apr 04, 2011
by
laking
Browse files
Implemented passwordless ssh-rsa authentication support.
parent
08c58878
Changes
1
Show whitespace changes
Inline
Side-by-side
install/sql/incremental/upd_0008.sql
0 → 100644
View file @
fcac50bb
-- database patch for rsa-key based shell access.
ALTER
TABLE
`sys_user`
ADD
`id_rsa`
VARCHAR
(
2000
)
NOT
NULL
;
ALTER
TABLE
`sys_user`
ADD
`ssh_rsa`
VARCHAR
(
600
)
NOT
NULL
;
ALTER
TABLE
`shell_user`
ADD
`ssh_rsa`
VARCHAR
(
600
)
NOT
NULL
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment