1

I am trying to connect to Cisco vpn using open connect.

I can do it with the terminal where it asks for my user and pass.

However, is there any method for automating this on login.

Ishan
  • 11
  • 1

1 Answers1

1

Set up PKI based authentication. ssh-keygen on the client, ssh-copy-id user@host, enter your password and then attempt to log in without using your password after by doing ssh user@host.

https://stackoverflow.com/questions/7260/how-do-i-setup-public-key-authentication

RobbieCrash
  • 1,131
  • 7
  • 25