diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -113,6 +113,17 @@ To generate a host key, issue the following command: (replacing | |||
113 | 113 | ||
114 | /usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N '' | 114 | /usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N '' |
115 | 115 | ||
116 | Replacing /etc/ssh with the correct path to the configuration directory. | ||
117 | (${prefix}/etc or whatever you specified with --sysconfdir during | ||
118 | configuration) | ||
119 | |||
116 | For more information on configuration, please refer to the manual pages | 120 | For more information on configuration, please refer to the manual pages |
117 | for sshd, ssh and ssh-agent. | 121 | for sshd, ssh and ssh-agent. |
118 | 122 | ||
123 | 4. Problems? | ||
124 | ------------ | ||
125 | |||
126 | If you experience problems compiling, installing or running OpenSSH. | ||
127 | Please refer to the "reporting bugs" section of the webpage at | ||
128 | http://violet.ibs.com.au/openssh/ | ||
129 | |||