GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NOAGENT(1) FreeBSD General Commands Manual NOAGENT(1)

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

noagent cmd args...

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.

The noagent utility uses the shell's exec builtin command so that the return value of the command actually executed is passed on.

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

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

Connect to a server without agent authentication

noagent ssh router.example.com

ssh(1), ssh-agent(1)

The noagent utility was written by Peter Pentchev in 2009.

Peter Penchev ⟨roam@ringlet.net⟩
August 17, 2010 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.