Copyright update, pending removal of preamble from all files
This commit is contained in:
parent
9980745ad2
commit
e37f0b57bd
2
README
2
README
|
@ -4,7 +4,7 @@ ssh
|
||||||
|
|
||||||
:'ssh': Python SSH module
|
:'ssh': Python SSH module
|
||||||
:Copyright: Copyright (c) 2011 Jeff Forcier <jeff@bitprophet.org>
|
:Copyright: Copyright (c) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
:Copyright: Based on the Paramiko module, Copyright (c) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
:Copyright: Based on the Paramiko module, Copyright (c) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
:License: LGPL
|
:License: LGPL
|
||||||
:Homepage: http://pypi.python.org/pypi/ssh/
|
:Homepage: http://pypi.python.org/pypi/ssh/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Copyright (C) 2008 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2008 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2008 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2003-2008 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2011 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2003-2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
@ -48,8 +48,8 @@ released under the GNU Lesser General Public License (LGPL).
|
||||||
Website: U{http://www.lag.net/ssh/}
|
Website: U{http://www.lag.net/ssh/}
|
||||||
|
|
||||||
@version: 1.7.8
|
@version: 1.7.8
|
||||||
@author: Robey Pointer
|
@author: Jeff Forcier
|
||||||
@contact: robeypointer@gmail.com
|
@contact: jeff@bitprophet.org
|
||||||
@license: GNU Lesser General Public License (LGPL)
|
@license: GNU Lesser General Public License (LGPL)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -59,8 +59,8 @@ if sys.version_info < (2, 2):
|
||||||
raise RuntimeError('You need python 2.2 for this module.')
|
raise RuntimeError('You need python 2.2 for this module.')
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Robey Pointer <robeypointer@gmail.com>"
|
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
||||||
__date__ = "21 May 2011"
|
__date__ = "23 October 2011"
|
||||||
__version__ = "1.7.8"
|
__version__ = "1.7.8"
|
||||||
__version_info__ = (1, 7, 8)
|
__version_info__ = (1, 7, 8)
|
||||||
__license__ = "GNU Lesser General Public License (LGPL)"
|
__license__ = "GNU Lesser General Public License (LGPL)"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 John Rochester <john@jrochester.org>
|
# Copyright (C) 2011 John Rochester <john@jrochester.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2006-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2006-2007 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2006-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2006-2007 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2006-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2006-2007 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2006-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2006-2007 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2006 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2003-2006 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
@ -194,7 +194,7 @@ class Transport (threading.Thread):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_PROTO_ID = '2.0'
|
_PROTO_ID = '2.0'
|
||||||
_CLIENT_ID = 'ssh_1.7.7.1'
|
_CLIENT_ID = 'ssh_1.7.8'
|
||||||
|
|
||||||
_preferred_ciphers = ( 'aes128-ctr', 'aes256-ctr', 'aes128-cbc', 'blowfish-cbc', 'aes256-cbc', '3des-cbc',
|
_preferred_ciphers = ( 'aes128-ctr', 'aes256-ctr', 'aes128-cbc', 'blowfish-cbc', 'aes256-cbc', '3des-cbc',
|
||||||
'arcfour128', 'arcfour256' )
|
'arcfour128', 'arcfour256' )
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
2
test.py
2
test.py
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2008 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2008 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2006-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2006-2007 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2006-2007 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2006-2007 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
# Copyright (C) 2011 Jeff Forcier <jeff@bitprophet.org>
|
||||||
#
|
#
|
||||||
# This file is part of ssh.
|
# This file is part of ssh.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue