Horje
ssh save password Code Example
login to ssh with password
ssh -o PasswordAuthentication=yes user@hostname
ssh save password
# generate ssh keygen on the client

$ ssh-keygen -t rsa -b 2048
$ ssh-copy-id id@server
id@server's password: 

# after this you will not be prompted for password again
ssh user password example
sshpass -p 'YourPassword' ssh user@host
ssh rembeber password
/home/yourusername/.ssh/id_rsa /home/yourusername/.ssh/id_rsa.pub
Source: linuxize.com




Shell

Related
how to close an issue with a commit Code Example how to close an issue with a commit Code Example
git see local changes Code Example git see local changes Code Example
apt lock Code Example apt lock Code Example
how to give permission to a user in linux on a folder Code Example how to give permission to a user in linux on a folder Code Example
uninstall cv2 in pi Code Example uninstall cv2 in pi Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15