diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index ee466d800..269529c00 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.160 2012/12/11 22:31:18 markus Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.161 2013/01/08 18:49:04 markus Exp $ |
37 | .Dd $Mdocdate: December 11 2012 $ | 37 | .Dd $Mdocdate: January 8 2013 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -204,6 +204,8 @@ The supported ciphers are | |||
204 | .Dq aes128-ctr , | 204 | .Dq aes128-ctr , |
205 | .Dq aes192-ctr , | 205 | .Dq aes192-ctr , |
206 | .Dq aes256-ctr , | 206 | .Dq aes256-ctr , |
207 | .Dq aes128-gcm@openssh.com , | ||
208 | .Dq aes256-gcm@openssh.com , | ||
207 | .Dq arcfour128 , | 209 | .Dq arcfour128 , |
208 | .Dq arcfour256 , | 210 | .Dq arcfour256 , |
209 | .Dq arcfour , | 211 | .Dq arcfour , |
@@ -213,6 +215,7 @@ and | |||
213 | The default is: | 215 | The default is: |
214 | .Bd -literal -offset 3n | 216 | .Bd -literal -offset 3n |
215 | aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, | 217 | aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, |
218 | aes128-gcm@openssh.com,aes256-gcm@openssh.com, | ||
216 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, | 219 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, |
217 | aes256-cbc,arcfour | 220 | aes256-cbc,arcfour |
218 | .Ed | 221 | .Ed |