dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Implemented passwordless ssh-rsa authentication support.
laking
2011-04-03
fcac50bb463ae8e7fa3741661e356334d09b8f56
[gitlabFork/ISPConfig3.git]
/
install
/
sql
/
incremental
/
upd_0008.sql
1
2
3
4
-- 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 ;