Mac Manual Key Exchange

I have search high and low for the command to run to initiate a manual key exchange on the MAC OS.

This is a fully remote system and needs to perform a manual key exchange using a one time password on our internet facing relay.

Anyone know how to run this?

/Library/BESAgent/BESAgent.app/Contents/MacOS/BESAgent -register <[password> [http://<relay>:52311]

2 Likes

We will give that a try and I will let you know. Thanks for the input.

The system admin sent this saying it is still not working.

I’m afraid I think they’re typing it wrong.

There should not be three forwardslashes in the path between BESAgent and BESAgent.app, and in the ‘sudo’ command they should not start the path with “./”, the dot indicates a path relative to the current directory but we want the fully-qualified path starting with “/

D.Dean,

Pls check your private messages

1 Like

This screenshot looks like whomever is typing is not familiar with working in a 'nix command line environment.

We had the user CD to the BESagent folder and run the command, that appeared to resolve the issue.

I change the auth password instead of using a one time password and sent that to him but he still got an auth issue. I am working with him to get past that problem.

Thanks everyone for the help