Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
NOAGENT(1)		     General Commands Manual		      NOAGENT(1)

NAME
     noagent -- run a command without using the SSH agent's stored keys

SYNOPSIS
     noagent cmd args...

DESCRIPTION
     The  noagent  utility executes the specified command with the SSH_AGENT_PID
     and SSH_AUTH_SOCK variables removed from its environment.	This  is  useful
     when  connecting  to  various SSH servers that do not really understand the
     concept of public key authentication to the point of actually breaking  the
     connection when the client sends several public keys.

RETURN VALUES
     The  noagent  utility uses the shell's exec builtin command so that the re-
     turn value of the command actually executed is passed on.

ENVIRONMENT
     The noagent utility's operation is currently not directly affected  by  its
     environment; it affects the environment instead :)

FILES
     The  noagent  utility's operation is currently not directly affected by any
     files.

EXAMPLES
     Connect to a server without agent authentication

	   noagent ssh router.example.com

SEE ALSO
     ssh(1), ssh-agent(1)

HISTORY
     The noagent utility was written by Peter Pentchev in 2009.

AUTHORS
     Peter Penchev <roam@ringlet.net>

FreeBSD ports 15.quarterly	 August 17, 2010		      NOAGENT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=noagent&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help