summaryrefslogtreecommitdiff
path: root/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.py')
-rw-r--r--ssh.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/ssh.py b/ssh.py
new file mode 100644
index 0000000..a4209dc
--- /dev/null
+++ b/ssh.py
@@ -0,0 +1,20 @@
1# vim: set filencoding=utf8
2"""
3SSH Key Signing
4
5@author: Mike Crute (mcrute@ag.com)
6@organization: American Greetings Interactive
7@date: May 03, 2010
8
9Commands to sign and verify revisions with your
10ssh key.
11"""
12
13
14
15
16
17
18
19if __name__ == '__main__':
20 pass