Skip to content

Commit

Permalink
IP up
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Tatarnikov <[email protected]>
  • Loading branch information
andrewt0301 committed Jan 13, 2025
1 parent 1ebe858 commit ec6ac8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/software/cloud_ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To access the server VM, please follow the steps below:
```bash
ssh login@ipaddress -p22
```
where `login` is your login and `ipaddress` is `84.201.145.249`.
where `login` is your login and `ipaddress` is `158.160.144.239`.

Input the passphrase for the key to authorize.

Expand Down Expand Up @@ -57,5 +57,5 @@ the [scp](https://man7.org/linux/man-pages/man1/scp.1.html) tool.
scp -p22 -r login@ipaddress:/home/tatarnikov/myfolder/ /Users/andrew/
````

_Note_: specify `login` as your login, `ipaddress` as `84.201.145.249`,
_Note_: specify `login` as your login, `ipaddress` as `158.160.144.239`,
and use paths valid for your local and remove user account.

0 comments on commit ec6ac8e

Please sign in to comment.