This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
290aa85a70
freebsd-ports
/
security
/
safesh
/
src
/
cvs-safesh.sh
7 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
safesh is an authentication manager for OpenSSH. By automatically creating keys and starting ssh-agents, it makes it (fairly) convenient to use one key for each host pair (authenticator and authenticatee), it avoids authentication theft by the hosts you connect to with SSH.
2002-01-29 18:50:27 +01:00
#!/bin/sh
Upgrade to 1.5. This include: * Fix for using cvs-safesh with different remote and local username * Extended scpsh implementation w/target variable * Correction of new target message
2003-02-19 21:01:57 +01:00
if
[
"
$2
"
=
"-l"
]
;
then
exec
safesh
$3
@
$1
--
"
$@
"
else
exec
safesh
$1
--
"
$@
"
fi
Reference in a new issue
Copy permalink