You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to put this as bash aliases, but I don't see any option to omit interactive question.
$ ssh-config add "cvps" HostName=192.168.140.1 Port=22 User=chris IdentityFile=""
Host cvps
HostName 192.168.140.1
User chris
Port 22
Information is correct ? [y/N]: y
Added!
$
You should add --yes so one don't have to manually press y. Thanks ! Great program overall
The text was updated successfully, but these errors were encountered:
I want to put this as bash aliases, but I don't see any option to omit interactive question.
You should add
--yes
so one don't have to manually press y. Thanks ! Great program overallThe text was updated successfully, but these errors were encountered: