diff options
| -rw-r--r-- | .ssh/config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.ssh/config b/.ssh/config index 276c425..6f15256 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,9 +8,5 @@ Host parrotOS ForwardAgent yes StreamLocalBindUnlink yes -Host *.sapera.cloud - PreferredAuthentications publickey - IdentityFile ~/.ssh/sapera - Host * - ServerAliveInterval 300 + ServerAliveInterval 300 |
