Project

General

Profile

« Previous | Next » 

Revision 03ef91ef

Added by Scott Ullrich about 16 years ago

Mount RW for key generation

View differences:

etc/rc.initial.toggle_sshd
34 34

  
35 35
$fp = fopen('php://stdin', 'r');
36 36

  
37
conf_mount_rw();
38

  
37 39
if (isset($config['system']['enablesshd'])) {
38 40
	echo "SSHD is currently enabled.  Would you like to disable? [y/n]? ";
39 41
	$yn = chop(fgets($fp));
......
63 65
}
64 66

  
65 67
fclose($fp);
68

  
69
conf_mount_ro();

Also available in: Unified diff