Skip to main content

All Questions

0 votes
1 answer
88 views

By making one login password less it makes a subsequent login prompt a password

I need to run a script on a machine which is only reachable trough some hopping. So I wrote a little script: ssh -t user1@host1 ssh -t user2@host2 ssh -t user3@host3 sript_to_run.sh This works great ...
magu_'s user avatar
  • 153
38 votes
6 answers
301k views

Login with Linux FTP username and password

What's the command for logging in with FTP all with one line? ftp username:[email protected] says: Password required for username:password
user avatar
8 votes
2 answers
5k views

save mysql logins

I have to log into multiple MYSQL DB's on different hosts via mysql cli. is it possible to save these logins so I don't have to trackdown/remember the credentials?
veilig's user avatar
  • 961