summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authordtucker <dtucker>2009-10-24 00:41:34 +0000
committerdtucker <dtucker>2009-10-24 00:41:34 +0000
commit35c29223d0296251afa9795ed77b14a60a5710d7 (patch)
treef65c8537d2753d6f0c5f2da1ed6cabb9d1ee2c8d /ssh.1
parent10c146588b8b79a418cef71845ebdfd1718dcced (diff)
downloadopenssh-35c29223d0296251afa9795ed77b14a60a5710d7.tar.gz
- sobrado@cvs.openbsd.org 2009/10/22 12:35:53
[ssh.1 ssh-agent.1 ssh-add.1] use the UNIX-related macros (.At and .Ux) where appropriate. ok jmc@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.19
1 files changed, 5 insertions, 4 deletions
diff --git a/ssh.1 b/ssh.1
index 8c3d32aa..9aca407a 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.284 2009/10/08 20:42:12 jmc Exp $
-.Dd $Mdocdate: October 8 2009 $
+.\" $OpenBSD: ssh.1,v 1.285 2009/10/22 12:35:53 sobrado Exp $
+.Dd $Mdocdate: October 22 2009 $
.Dt SSH 1
.Os
.Sh NAME
@@ -132,8 +132,9 @@ This can also be specified on a per-host basis in a configuration file.
.Pp
Agent forwarding should be enabled with caution.
Users with the ability to bypass file permissions on the remote host
-(for the agent's Unix-domain socket)
-can access the local agent through the forwarded connection.
+(for the agent's
+.Ux
+domain socket) can access the local agent through the forwarded connection.
An attacker cannot obtain key material from the agent,
however they can perform operations on the keys that enable them to
authenticate using the identities loaded into the agent.