Search
 
SCRIPT & CODE EXAMPLE
 

PHP

permissions on ssh



Typically you want the permissions to be:

    .ssh directory: 700 (drwx------)
    public key (.pub file): 644 (-rw-r--r--)
    private key (id_rsa): 600 (-rw-------)
    lastly your home directory should not be writeable by the group or others (at most 755 (drwxr-xr-x)).

I am assuming that you mean that you have to enter your system/user password each time, and that previously you did not have to. cdhowie's response is assuming you set a password/passphrase when generating your keys, and if you did then as he says you will have to enter your password every time unless you use an ssh agent.

Comment

PREVIOUS NEXT
Code Example
Php :: laravel make directory 
Php :: linux set default php 
Php :: laravel custom 404 blade 
Php :: php 8 attributes 
Php :: laravel created_at where date format 
Php :: laravel join table 
Php :: update sql php 
Php :: codeigniter order by random 
Php :: how to display the responce of curl in php 
Php :: acf php fields 
Php :: How to display image from aws s3 in laravel blade 
Php :: laravel base64 decode save file 
Php :: php create url with query sting from array 
Php :: name csrf token laravel mismatch 
Php :: laravel php artisan tinker test email 
Php :: laravel json search 
Php :: laravel make model with migration 
Php :: laravel assign class dynamically if condition true 
Php :: joomla cache programing clear 
Php :: add pagination to wordpress 
Php :: how to get current url in laravel 
Php :: array_unique multidimensional php 
Php :: php line break in echo 
Php :: laravel composer update 
Php :: permissions for laravel deployment 
Php :: cron run 1 time 
Php :: livewire sortable 
Php :: php mkdir with 777 permission 
Php :: phpspreadsheet read xlsx 
Php :: validation error message in laravel 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =